Lines Matching defs:title
72 static int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand()
96 DurationReporter::DurationReporter(const std::string& title, bool logcat_only) in DurationReporter()
245 std::string title = header == nullptr ? "for_each_userid" : android::base::StringPrintf( in for_each_userid() local
337 std::string title = header == nullptr ? "for_each_pid" in for_each_pid() local
400 std::string title = header == nullptr ? "for_each_tid" in for_each_tid() local
541 const char *title = "KERNEL LOG (dmesg)"; in do_dmesg() local
571 char title[255]; in do_showmap() local
579 int Dumpstate::DumpFile(const std::string& title, const std::string& path) { in DumpFile()
616 int dump_files(const std::string& title, const char* dir, bool (*skip)(const char* path), in dump_files()
617 int (*dump_from_fd)(const char* title, const char* path, int fd)) { in dump_files()
684 int dump_file_from_fd(const char *title, const char *path, int fd) { in dump_file_from_fd()
698 int Dumpstate::RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand()
713 void Dumpstate::RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsys_args, in RunDumpsys()