Home
last modified time | relevance | path

Searched refs:job_label (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/mac/
Dlaunchd.cc17 launch_data_t MessageForJob(const std::string& job_label, in MessageForJob() argument
30 ScopedLaunchData job_label_launchd(launch_data_new_string(job_label.c_str())); in MessageForJob()
45 pid_t PIDForJob(const std::string& job_label) { in PIDForJob() argument
46 ScopedLaunchData response(MessageForJob(job_label, LAUNCH_KEY_GETJOB)); in PIDForJob()
Dlaunchd.h23 launch_data_t MessageForJob(const std::string& job_label,
29 pid_t PIDForJob(const std::string& job_label);
/external/chromium_org/remoting/host/mac/
Dme2me_preference_pane.mm104 // mapping |operation| to |job_label|, and returns the result of calling
107 launch_data_t MessageForJob(const std::string& job_label,
120 ScopedLaunchData job_label_launchd(launch_data_new_string(job_label.c_str()));
135 pid_t PIDForJob(const std::string& job_label) {
136 ScopedLaunchData response(MessageForJob(job_label, LAUNCH_KEY_GETJOB));