Home
last modified time | relevance | path

Searched defs:executionRetVal (Results 1 – 2 of 2) sorted by relevance

/base/startup/appspawn/modules/modulemgr/
Dappspawn_modulemgr.c133 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec()
189 …c void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostAppSpawnHookExec()
/base/startup/init/services/init/standard/
Dinit.c191 …IT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in InitPostHook()