Home
last modified time | relevance | path

Searched refs:vdex_location2 (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc930 std::string vdex_location2 = GetOdexDir() + "/UnquickenMultiDex2.vdex"; in RunUnquickenMultiDexCDex() local
934 std::unique_ptr<File> vdex_file2(OS::CreateEmptyFile(vdex_location2.c_str())); in RunUnquickenMultiDexCDex()
936 CHECK(vdex_file2 != nullptr) << vdex_location2; in RunUnquickenMultiDexCDex()
2040 std::string vdex_location2 = GetOdexDir() + "/unquickened.vdex"; in TEST_F() local
2041 std::unique_ptr<File> vdex_unquickened(OS::CreateEmptyFile(vdex_location2.c_str())); in TEST_F()
2058 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location2.c_str(), in TEST_F()