Searched defs:AddZipEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp274 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) { function in class:Dumpstate
985 ds.AddZipEntry(ZIP_ROOT_DIR + anr_traces_dir + "/traces-just-now.txt", dump_traces_path);
1276 ds.AddZipEntry("lshal-debug/" + cleanName + ".txt", path);
1672 AddZipEntry(kDumpstateBoardFiles[i], paths[i]);
1721 if (!ds.AddZipEntry(entry_name, tmp_path_)) {
1732 if (!ds.AddZipEntry("dumpstate_lo
[all...]

Completed in 48 milliseconds