Searched defs:GetProcCmdline (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dprocess_util_linux.cc55 bool GetProcCmdline(pid_t pid, std::vector<std::string>* proc_cmd_line_args) { function in namespace:__anon1580
202 if (StringToInt(pid_string, &pid) && !GetProcCmdline(pid, &cmd_line_args))

Completed in 19 milliseconds