Home
last modified time | relevance | path

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

/art/test/936-search-onload/
Dsearch_onload.cc45 char* dex_loc = getenv("DEX_LOCATION"); in OnLoad() local
46 std::string dex1 = android::base::StringPrintf("%s/936-search-onload.jar", dex_loc); in OnLoad()
47 std::string dex2 = android::base::StringPrintf("%s/936-search-onload-ex.jar", dex_loc); in OnLoad()
/art/runtime/gc/space/
Dimage_space.cc1845 std::string dex_loc = dex_locations[i]; in GetMultiImageBootClassPath() local
1849 size_t dex_last_slash = dex_loc.rfind('/'); in GetMultiImageBootClassPath()
1862 dex_loc = image_filename.substr(image_last_sep + 1); in GetMultiImageBootClassPath()
1864 dex_loc = dex_loc.substr(0, dex_last_slash + 1) + in GetMultiImageBootClassPath()
1870 bootcp_oss << dex_loc; in GetMultiImageBootClassPath()