HomeSort by relevance Sort by last modified time
    Searched refs:AddZipEntry (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/dumpstate/
dumpstate.h 234 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
dumpstate.cpp 274 if (ds.AddZipEntry(ZIP_ROOT_DIR + path, path)) {
402 if (!ds.AddZipEntry("anrd_trace.txt", path)) {
449 if (!ds.AddZipEntry("systrace.txt", systrace_path)) {
483 if (!ds.AddZipEntry("raft_log.txt", raft_path)) {
810 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) {
    [all...]

Completed in 64 milliseconds