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

/external/chromium_org/base/mac/
H A Dlaunchd.h19 // mapping |operation| to |job_label|, and returns the result of calling
23 launch_data_t MessageForJob(const std::string& job_label,
26 // Returns the process ID for |job_label| if the job is running, 0 if the job
29 pid_t PIDForJob(const std::string& job_label);
H A Dlaunchd.cc14 // mapping |operation| to |job_label|, and returns the result of calling
17 launch_data_t MessageForJob(const std::string& job_label, argument
30 ScopedLaunchData job_label_launchd(launch_data_new_string(job_label.c_str()));
45 pid_t PIDForJob(const std::string& job_label) { argument
46 ScopedLaunchData response(MessageForJob(job_label, LAUNCH_KEY_GETJOB));

Completed in 1432 milliseconds