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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h94 bool add_zip_entry_from_fd(const std::string& entry_name, int fd);
H A Ddumpstate.cpp533 bool add_zip_entry_from_fd(const std::string& entry_name, int fd) { function
581 return add_zip_entry_from_fd(entry_name, fd.get());
586 return add_zip_entry_from_fd(ZIP_ROOT_DIR + path, fd) ? 0 : 1;
760 if (!add_zip_entry_from_fd(ZIP_ROOT_DIR + name, fd)) {

Completed in 1448 milliseconds