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

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h91 bool add_zip_entry(const std::string& entry_name, const std::string& entry_path);
H A Ddumpstate.cpp141 if (add_zip_entry(ZIP_ROOT_DIR + path, path)) {
212 if (!add_zip_entry("systrace.txt", systrace_path)) {
574 bool add_zip_entry(const std::string& entry_name, const std::string& entry_path) { function
971 if (!add_zip_entry(bugreport_name, bugreport_path)) {

Completed in 234 milliseconds