Searched refs:HOOK_STOP_WHEN_ERROR (Results 1 - 2 of 2) sorted by relevance
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.h | 31 #define HOOK_STOP_WHEN_ERROR 0x2 macro
|
H A D | appspawn_modulemgr.c | 220 return AppSpawnHookExecute(STAGE_CHILD_PRE_COLDBOOT, HOOK_STOP_WHEN_ERROR, content, client); in AppSpawnExecuteClearEnvHook() 225 return AppSpawnHookExecute(STAGE_CHILD_EXECUTE, HOOK_STOP_WHEN_ERROR, content, client); in AppSpawnExecuteSpawningHook() 230 return AppSpawnHookExecute(STAGE_CHILD_POST_RELY, HOOK_STOP_WHEN_ERROR, content, client); in AppSpawnExecutePostReplyHook() 235 return AppSpawnHookExecute(STAGE_CHILD_PRE_RELY, HOOK_STOP_WHEN_ERROR, content, client); in AppSpawnExecutePreReplyHook()
|
Completed in 2 milliseconds