Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc247 const DexFile* DexFile::Open(const ZipArchive& zip_archive, const char* entry_name, in Open() argument
251 std::unique_ptr<ZipEntry> zip_entry(zip_archive.Find(entry_name, error_msg)); in Open()
256 std::unique_ptr<MemMap> map(zip_entry->ExtractToMemMap(location.c_str(), entry_name, error_msg)); in Open()
258 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(), in Open()
Ddex_file.h909 static const DexFile* Open(const ZipArchive& zip_archive, const char* entry_name,