Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc227 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); in LoadDexFiles() local
228 oat_dex_file = oat_file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false); in LoadDexFiles()
408 std::string secondary_dex_location in GivenOatFileIsOutOfDate() local
411 = file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false); in GivenOatFileIsOutOfDate()
419 if (DexFile::GetChecksum(secondary_dex_location.c_str(), in GivenOatFileIsOutOfDate()
425 << secondary_dex_location in GivenOatFileIsOutOfDate()