Searched defs:vdex (Results 1 – 8 of 8) sorted by relevance
33 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
136 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
96 var vdex = zipFile.getEntry(ArtConstants.DEX_METADATA_VDEX_ENTRY); in getType() local
76 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in GetVerifierDeps() local
1432 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local1777 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local
1053 std::unique_ptr<VdexFile> vdex; in LoadFile() local1092 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file, error_msg)); in LoadFile() local
243 void SetVdex(VdexFile* vdex) { in SetVdex()
1364 for (const VdexPath& vdex : in_vdexFilesToKeep) { in cleanup() local