Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc653 std::string_view primary_location; in Setup() local
700 primary_location = oat_dex_file_location; in Setup()
716 (!StartsWith(dex_file_location, primary_location) || in Setup()
717 dex_file_location[primary_location.size()] != DexFileLoader::kMultiDexSeparator)) { in Setup()
722 std::string(primary_location).c_str()); in Setup()
727 dex_file_name.replace(/*pos*/ 0u, primary_location.size(), primary_location_replacement); in Setup()