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 743 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; local
747 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str()));
748 CHECK(vdex_file1 != nullptr) << vdex_location;
865 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; local
868 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str()));
869 CHECK(vdex_file1 != nullptr) << vdex_location;
    [all...]
dex2oat.cc 1430 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); local
    [all...]
  /art/runtime/
oat_file_assistant_test.cc 302 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; local
305 ScratchFile vdex_file(vdex_location.c_str());
    [all...]

Completed in 86 milliseconds