Searched refs:dex_loc (Results 1 – 2 of 2) sorted by relevance
45 char* dex_loc = getenv("DEX_LOCATION"); in OnLoad() local46 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()
1845 std::string dex_loc = dex_locations[i]; in GetMultiImageBootClassPath() local1849 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()