Searched refs:AddZipEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 274 if (ds.AddZipEntry(ZIP_ROOT_DIR + path, path)) { in do_mountinfo() 402 if (!ds.AddZipEntry("anrd_trace.txt", path)) { in dump_anrd_trace() 449 if (!ds.AddZipEntry("systrace.txt", systrace_path)) { in dump_systrace() 483 if (!ds.AddZipEntry("raft_log.txt", raft_path)) { in dump_raft() 810 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry() function in Dumpstate 985 … ds.AddZipEntry(ZIP_ROOT_DIR + anr_traces_dir + "/traces-just-now.txt", dump_traces_path); in AddAnrTraceDir() 1276 ds.AddZipEntry("lshal-debug/" + cleanName + ".txt", path); in DumpHals() 1672 AddZipEntry(kDumpstateBoardFiles[i], paths[i]); in DumpstateBoard() 1721 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile() 1732 if (!ds.AddZipEntry("dumpstate_log.txt", ds.log_path_.c_str())) { in FinishZipFile()
|
D | dumpstate.h | 234 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
|