Searched refs:get_command_line (Results 1 – 6 of 6) sorted by relevance
26 std::vector<std::string> get_command_line(pid_t pid);
30 std::vector<std::string> get_command_line(pid_t pid) { in get_command_line() function
545 info.command_line = get_command_line(g_target_thread); in main()
109 dump_process_header(&log, pid, get_command_line(pid)); in dump_backtrace_header()
67 std::vector<std::string> command_line = get_command_line(pid); in engrave_tombstone_ucontext()
109 << "Cmd line: " << android::base::Join(get_command_line(pid), " ") << "\n"; in get_wchan_data()