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

/external/chromium_org/base/mac/
H A Dlaunchd.h29 pid_t PIDForJob(const std::string& job_label);
H A Dlaunchd.cc45 pid_t PIDForJob(const std::string& job_label) { function in namespace:base::mac
54 LOG(ERROR) << "PIDForJob: error " << launch_data_get_errno(response);
56 LOG(ERROR) << "PIDForJob: expected dictionary, got " << response_type;
67 LOG(ERROR) << "PIDForJob: expected integer";

Completed in 79 milliseconds