Searched refs:dex_loc (Results 1 – 1 of 1) sorted by relevance
1928 std::string dex_loc = dex_locations_[i]; in GetMultiImageBootClassPath() local1932 size_t dex_last_slash = dex_loc.rfind('/'); in GetMultiImageBootClassPath()1945 dex_loc = image_filename.substr(image_last_sep + 1); in GetMultiImageBootClassPath()1947 dex_loc = dex_loc.substr(0, dex_last_slash + 1) + in GetMultiImageBootClassPath()1953 bootcp_oss << dex_loc; in GetMultiImageBootClassPath()