Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc64 class DexZipEntry { class
81 virtual ~DexZipEntry() { in ~DexZipEntry()
94 DexZipEntry(ZipArchiveHandle handle, in DexZipEntry() function in art::DexZipEntry
104 DISALLOW_COPY_AND_ASSIGN(DexZipEntry);
122 DexZipEntry* Find(const char* name, std::string* error_msg) const { in Find()
131 return new DexZipEntry(handle_, zip_entry.release(), name); in Find()
143 friend class DexZipEntry;
424 std::unique_ptr<DexZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in OpenOneDexFileFromZip()