Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc401 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local
440 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local
555 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F() local
Doat_file.cc238 const std::string& vdex_location, in OpenOatFile()
1684 std::string vdex_location = GetVdexFilename(oat_location); in Open() local
/art/dex2oat/
Ddex2oat_test.cc759 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex() local
882 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDex() local
929 std::string vdex_location = GetOdexDir() + "/UnquickenMultiDex.vdex"; in RunUnquickenMultiDexCDex() local
1920 const std::string vdex_location = out_dir + "/base.vdex"; in TEST_F() local
2034 std::string vdex_location = GetOdexDir() + "/quickened.vdex"; in TEST_F() local
Ddex2oat.cc1532 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile() local