Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp814 const std::string& dex_location) { in run_profman_copy_and_update() argument
820 dex_locations.push_back(dex_location); in run_profman_copy_and_update()
939 for (const std::string& dex_location : dex_locations) { in run_profman_dump() local
940 profman_args.push_back(StringPrintf("--dex-location=%s", dex_location.c_str())); in run_profman_dump()