HomeSort by relevance Sort by last modified time
    Searched full:secondary_dex_location (Results 1 - 1 of 1) sorted by null

  /art/runtime/
oat_file_assistant.cc 291 std::string secondary_dex_location = DexFile::GetMultiDexLocation(i, dex_location); local
292 oat_dex_file = oat_file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false);
493 std::string secondary_dex_location local
496 = file.GetOatDexFile(secondary_dex_location.c_str(), nullptr, false);
504 if (DexFile::GetChecksum(secondary_dex_location.c_str(),
510 << secondary_dex_location
    [all...]

Completed in 76 milliseconds