Searched refs:AddZipEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.cpp | 489 if (ds.AddZipEntry(ZIP_ROOT_DIR + path, path)) { in do_mountinfo() 934 bool Dumpstate::AddZipEntry(const std::string& entry_name, const std::string& entry_path) { in AddZipEntry() function in Dumpstate 1104 ds.AddZipEntry( in MaybeAddSystemTraceToZip() 1124 ds.AddZipEntry("visible_windows.zip", path); in DumpVisibleWindowViews() 1935 ds.AddZipEntry(ZIP_ROOT_DIR + PACKAGE_DEX_USE_LIST, PACKAGE_DEX_USE_LIST); in DumpstateDefaultAfterCritical() 1940 ds.AddZipEntry(ZIP_ROOT_DIR + path, path); in DumpstateDefaultAfterCritical() 1971 ds.AddZipEntry(ZIP_ROOT_DIR + KERNEL_CONFIG, KERNEL_CONFIG); in DumpstateDefaultAfterCritical() 2736 if (!ds.AddZipEntry(entry_name, tmp_path_)) { in FinishZipFile() 2747 if (!ds.AddZipEntry("dumpstate_log.txt", ds.log_path_.c_str())) { in FinishZipFile() 3664 AddZipEntry(entry_name, entry_path); in EnqueueAddZipEntryAndCleanupIfNeeded()
|
D | dumpstate.h | 271 bool AddZipEntry(const std::string& entry_name, const std::string& entry_path);
|