* IsLoginMonitorLauncher functions * Return whether this is a login monitor launcher process. */
| 798 | * Return whether this is a login monitor launcher process. |
| 799 | */ |
| 800 | bool |
| 801 | IsLoginMonitorLauncherProcess(void) { |
| 802 | return am_login_monitor_launcher; |
| 803 | } |
| 804 | |
| 805 | /* |
| 806 | * IsLoginMonitorWorker functions |
no outgoing calls
no test coverage detected