Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DResourceContainer.cpp73 Result<XmlParser> OpenXmlParser(const std::string& entry_path, const ZipAssetsProvider* zip) { in OpenXmlParser() argument
74 auto manifest = zip->Open(entry_path); in OpenXmlParser()
76 return Error("failed to find %s ", entry_path.c_str()); in OpenXmlParser()
82 return Error("failed to read entire %s", entry_path.c_str()); in OpenXmlParser()
/frameworks/native/cmds/dumpstate/
Ddumpstate.h273 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
387 const std::string& entry_path);
Ddumpstate.cpp912 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry() argument
914 TEMP_FAILURE_RETRY(open(entry_path.c_str(), O_RDONLY | O_NONBLOCK | O_CLOEXEC))); in AddZipEntry()
916 MYLOGE("open(%s): %s\n", entry_path.c_str(), strerror(errno)); in AddZipEntry()
3137 const std::string& entry_path) { in EnqueueAddZipEntryAndCleanupIfNeeded() argument
3140 AddZipEntry(entry_name, entry_path); in EnqueueAddZipEntryAndCleanupIfNeeded()
3142 android::os::UnlinkAndLogOnError(entry_path); in EnqueueAddZipEntryAndCleanupIfNeeded()