Home
last modified time | relevance | path

Searched refs:dex_location (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp801 for (const std::string& dex_location : dex_locations) { in SetupArgs() local
802 AddArg("--dex-location=" + dex_location); in SetupArgs()
839 const std::string& dex_location) { in SetupCopyAndUpdate() argument
845 std::vector<std::string> dex_locations = {dex_location}; in SetupCopyAndUpdate()