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

  /external/chromium/chrome/common/
launchd_mac.h 13 class Launchd {
32 static Launchd* GetInstance();
34 virtual ~Launchd();
36 // Return a dictionary with the launchd export settings.
39 // Return a dictionary with the launchd entries for job labeled |name|.
42 // Return a dictionary for launchd process.
45 // Remove a launchd process from launchd.
48 // Used by a process controlled by launchd to restart itself.
51 // RestartLaunchdJob starts up a separate process to tell launchd t
    [all...]
service_process_util_unittest.cc 246 class MockLaunchd : public Launchd {
365 new Launchd::ScopedInstance(mock_launchd_.get()));
449 scoped_ptr<Launchd::ScopedInstance> scoped_launchd_instance_;

Completed in 86 milliseconds