Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.h234 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
Ddumpstate.cpp810 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry() argument
812 TEMP_FAILURE_RETRY(open(entry_path.c_str(), O_RDONLY | O_NONBLOCK | O_CLOEXEC))); in AddZipEntry()
814 MYLOGE("open(%s): %s\n", entry_path.c_str(), strerror(errno)); in AddZipEntry()