Searched refs:AddZipEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 413 if (ds.AddZipEntry(ZIP_ROOT_DIR + path, path)) { in do_mountinfo() 812 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry() function in Dumpstate 955 ds.AddZipEntry(kProtoPath + "incident_report" + kProtoExt, path); in DumpIncidentReport() 989 … ds.AddZipEntry(ZIP_ROOT_DIR + anr_traces_dir + "/traces-just-now.txt", dump_traces_path); in AddAnrTraceDir() 1273 ds.AddZipEntry("lshal-debug/" + cleanName + ".txt", path); in DumpHals() 1577 ds.AddZipEntry(ZIP_ROOT_DIR + PACKAGE_DEX_USE_LIST, PACKAGE_DEX_USE_LIST); in DumpstateDefault() 1970 AddZipEntry(kDumpstateBoardFiles[i], paths[i]); in DumpstateBoard() 2013 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile() 2024 if (!ds.AddZipEntry("dumpstate_log.txt", ds.log_path_.c_str())) { in FinishZipFile()
|
D | dumpstate.h | 260 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
|