Searched refs:daemon_pid (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/gui/
H A Doprof_start_util.cpp45 string daemon_pid; member in namespace:__anon9947
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 31 milliseconds