Searched refs:entry_name (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.cc248 const DexFile* DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, argument
252 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg));
257 std::unique_ptr<MemMap> map(zip_entry->ExtractToMemMap(location.c_str(), entry_name, error_msg));
259 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(),
H A Ddex_file.h915 // Opens .dex file from the entry_name in a zip archive. error_code is undefined when non-nullptr
917 static const DexFile* Open(const ZipArchive& zip_archive, const char* entry_name,

Completed in 1563 milliseconds