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

  /external/chromium_org/tools/android/forwarder2/
daemon.cc 257 pid_t daemon_pid = Socket::GetUnixDomainSocketProcessOwner(identifier_); local
258 if (daemon_pid < 0)
260 if (kill(daemon_pid, SIGTERM) < 0) {
269 const pid_t previous_pid = daemon_pid;
270 daemon_pid = Socket::GetUnixDomainSocketProcessOwner(identifier_);
271 if (daemon_pid < 0)
275 if (daemon_pid != previous_pid) {
278 << daemon_pid << ") seems to be running now."; local
  /external/oprofile/gui/
oprof_start_util.cpp 45 string daemon_pid; member in namespace:__anon27078
54 if (!daemon_pid.empty()) {
55 string proc_filename = string("/proc/") + daemon_pid + "/exe";
58 daemon_pid.erase();
63 if (daemon_pid.empty()) {
80 daemon_pid = dirent->d_name;
93 if (daemon_pid.empty())

Completed in 47 milliseconds