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

  /external/chromium_org/base/mac/
launchd.h 29 pid_t PIDForJob(const std::string& job_label);
launchd.cc 45 pid_t PIDForJob(const std::string& job_label) {
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 5627 milliseconds