Home
last modified time | relevance | path

Searched refs:_launchd_log_dir (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sbin/launchd/
HDlaunchd.c113 static const char *_launchd_log_dir; variable
284 …if (asprintf((char **)&_launchd_log_dir, LAUNCHD_LOG_PREFIX "/com.apple.launchd.peruser.%u", launc… in main()
285 _launchd_log_dir = ""; in main()
503 _launchd_log_dir = LAUNCHD_LOG_PREFIX "/com.apple.launchd"; in pid1_magic_init()
544 (void)asprintf(&result, "%s/%s", _launchd_log_dir, file); in launchd_copy_persistent_store()