Home
last modified time | relevance | path

Searched defs:vdex_location (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc374 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local
413 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local
528 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F() local
Doat_file.cc233 const std::string& vdex_location, in OpenOatFile()
1660 std::string vdex_location = GetVdexFilename(oat_location); in Open() local
/art/dex2oat/
Ddex2oat_test.cc747 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex() local
871 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDex() local
908 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDexCDex() local
1889 const std::string vdex_location = out_dir + "/base.vdex"; in TEST_F() local
2002 std::string vdex_location = GetOdexDir() + "/quickened.vdex"; in TEST_F() local
Ddex2oat.cc1341 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile() local