HomeSort by relevance Sort by last modified time
    Searched refs:GetProcCmdline (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_iterator_linux.cc 41 bool GetProcCmdline(pid_t pid, std::vector<std::string>* proc_cmd_line_args) {
94 if (!GetProcCmdline(pid, &cmd_line_args))
  /external/chromium/base/
process_util_linux.cc 55 bool GetProcCmdline(pid_t pid, std::vector<std::string>* proc_cmd_line_args) {
202 if (StringToInt(pid_string, &pid) && !GetProcCmdline(pid, &cmd_line_args))

Completed in 47 milliseconds