Searched refs:LAUNCHD_DB_PREFIX (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlaunch_internal.h82 #define LAUNCHD_DB_PREFIX "/private/var/db/launchd.db" macro
/macosx-10.9.5/launchd-842.92.1/src/
H A Dlaunchd.c244 if (asprintf(&_launchd_database_dir, LAUNCHD_DB_PREFIX "/com.apple.launchd.peruser.%u", launchd_uid) == 0) {
461 _launchd_database_dir = LAUNCHD_DB_PREFIX "/com.apple.launchd";
H A Dcore.c8747 (void)snprintf(path, sizeof(path), LAUNCHD_DB_PREFIX "/%s", label);
/macosx-10.9.5/launchd-842.92.1/support/
H A Dlaunchctl.c4107 { LAUNCHD_DB_PREFIX, 0, 0, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, S_IWGRP | S_IWOTH, true },
4108 { LAUNCHD_DB_PREFIX "/com.apple.launchd", 0, 0, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH, S_IWGRP | S_IWOTH, true },

Completed in 219 milliseconds