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