Searched refs:GetProcCmdline (Results 1 – 1 of 1) sorted by relevance
44 bool GetProcCmdline(pid_t pid, std::vector<std::string>* proc_cmd_line_args) { in GetProcCmdline() function108 if (!GetProcCmdline(pid, &cmd_line_args)) in CheckForNextProcess()