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

  /external/chromium/base/
process_util_linux.cc 200 std::string pid_string(slot->d_name);
202 if (StringToInt(pid_string, &pid) && !GetProcCmdline(pid, &cmd_line_args))
  /external/bluetooth/glib/glib/
gmessages.c 780 gchar pid_string[FORMAT_UNSIGNED_BUFSIZE]; local
797 format_unsigned (pid_string, getpid (), 10);
807 write_string (fd, pid_string);

Completed in 271 milliseconds