Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_cts_test.cc71 const std::string vdex_location = GetScratchDir() + "/base.vdex"; in TEST_F() local
81 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_location.c_str())); in TEST_F()
82 ASSERT_NE(vdex_file, nullptr) << vdex_location; in TEST_F()
Ddex2oat_vdex_test.cc68 std::unique_ptr<VerifierDeps> GetVerifierDeps(const std::string& vdex_location, in GetVerifierDeps() argument
71 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in GetVerifierDeps()
Ddex2oat_test.cc743 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex() local
747 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunTestVDex()
748 CHECK(vdex_file1 != nullptr) << vdex_location; in RunTestVDex()
1421 const std::string vdex_location = out_dir + "/base.vdex"; in TEST_F() local
1432 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F()
1458 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F()
1755 const std::string vdex_location = out_dir + "/base.vdex"; in TEST_F() local
1766 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F()
Ddex2oat.cc1332 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile() local
1338 vdex_location, in OpenFile()
1342 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile()
1348 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile()
/art/runtime/oat/
Doat_file_assistant_test.cc644 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_P() local
653 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
694 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_P() local
702 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_P()
847 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_P() local
850 ScratchFile vdex_file(vdex_location); in TEST_P()
2012 std::string vdex_location = GetOdexDir() + "/TestDex.vdex"; in TEST_P() local
2019 CreateDexMetadata(vdex_location, dm_location); in TEST_P()
2023 ASSERT_EQ(0, unlink(vdex_location.c_str())); in TEST_P()
2064 std::string vdex_location = GetOdexDir() + "/TestDex.vdex"; in TEST_P() local
[all …]
Doat_file.cc259 const std::string& vdex_location, in OpenOatFile() argument
285 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile()
1986 std::string vdex_location = GetVdexFilename(oat_location); in Open() local
1991 vdex_location, in Open()