HomeSort by relevance Sort by last modified time
    Searched refs:vdex_location (Results 1 - 3 of 3) sorted by null

  /art/dex2oat/
dex2oat_test.cc 711 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; local
715 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str()));
716 CHECK(vdex_file1 != nullptr) << vdex_location;
dex2oat.cc 1357 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); local
    [all...]
  /art/runtime/
oat_file_assistant_test.cc 296 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; local
299 ScratchFile vdex_file(vdex_location.c_str());
    [all...]

Completed in 74 milliseconds