Searched refs:vdex_location2 (Results 1 – 1 of 1) sorted by relevance
930 std::string vdex_location2 = GetOdexDir() + "/UnquickenMultiDex2.vdex"; in RunUnquickenMultiDexCDex() local934 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() local2041 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()