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

  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 148 char pid_str[8]; local
149 snprintf(pid_str, sizeof(pid_str), "%d", getpid());
150 int bytes = static_cast<int>(strlen(pid_str));
151 if (write(fd, pid_str, strlen(pid_str)) != bytes) {
  /external/chromium/chrome/browser/
process_singleton_linux.cc 292 const std::string& pid_str = real_path.substr(pos + 1); local
293 if (!base::StringToInt(pid_str, pid))
    [all...]

Completed in 987 milliseconds