Searched refs:entry_name (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | dex_file.cc | 285 std::unique_ptr<const DexFile> DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, in Open() argument 289 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in Open() 294 std::unique_ptr<MemMap> map(zip_entry->ExtractToMemMap(location.c_str(), entry_name, error_msg)); in Open() 296 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(), in Open()
|
D | dex_file.h | 942 static std::unique_ptr<const DexFile> Open(const ZipArchive& zip_archive, const char* entry_name,
|