Home
last modified time | relevance | path

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

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