Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc704 std::string_view primary_location; in Setup() local
744 primary_location = oat_dex_file_location; in Setup()
760 (!dex_file_location.starts_with(primary_location) || in Setup()
761 dex_file_location[primary_location.size()] != DexFileLoader::kMultiDexSeparator)) { in Setup()
764 std::string(primary_location).c_str()); in Setup()
769 dex_file_name.replace(/*pos*/ 0u, primary_location.size(), primary_location_replacement); in Setup()