Searched refs:vdex_location (Results 1 – 5 of 5) sorted by relevance
/art/dex2oat/ |
D | dex2oat_vdex_test.cc | 71 const std::string& vdex_location, const DexFile* dex_file) { in GetVerifierDeps() argument 73 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in GetVerifierDeps()
|
D | dex2oat_test.cc | 740 std::string vdex_location = GetOdexDir() + "/DexOdexNoOat.vdex"; in RunTestVDex() local 744 std::unique_ptr<File> vdex_file1(OS::CreateEmptyFile(vdex_location.c_str())); in RunTestVDex() 745 CHECK(vdex_file1 != nullptr) << vdex_location; in RunTestVDex() 1717 const std::string vdex_location = out_dir + "/base.vdex"; in TEST_F() local 1728 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in TEST_F() 1755 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F()
|
D | dex2oat.cc | 1272 std::string vdex_location = ReplaceFileExtension(oat_location_, "vdex"); in OpenFile() local 1274 DupCloexec(output_vdex_fd_), vdex_location, /* check_usage */ true)); in OpenFile() 1276 PLOG(ERROR) << "Failed to create vdex file: " << vdex_location; in OpenFile() 1283 PLOG(ERROR) << "Truncating vdex file " << vdex_location << " failed."; in OpenFile()
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 461 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local 470 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() 501 std::string vdex_location = GetScratchDir() + "/OatUpToDate.vdex"; in TEST_F() local 509 android::base::unique_fd vdex_fd(open(vdex_location.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F() 626 std::string vdex_location = GetOdexDir() + "/EmptyVdexOdex.vdex"; in TEST_F() local 629 ScratchFile vdex_file(vdex_location.c_str()); in TEST_F() 1553 std::string vdex_location = odex_dir + "/" + filebase + ".vdex"; in TEST_F() local 1557 remove(vdex_location.c_str()); in TEST_F()
|
D | oat_file.cc | 240 const std::string& vdex_location, in OpenOatFile() argument 265 if (!ret->LoadVdex(vdex_fd, vdex_location, writable, low_4gb, error_msg)) { in OpenOatFile() 1904 std::string vdex_location = GetVdexFilename(oat_location); in Open() local 1909 vdex_location, in Open()
|