Searched refs:SetFdEnv (Results 1 – 3 of 3) sorted by relevance
71 int SetFdEnv(AppSpawnMgr *content, AppSpawningCtx *property);
354 ret = SetFdEnv(nullptr, nullptr);356 ret = SetFdEnv(mgr, property);
508 APPSPAWN_STATIC int SetFdEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SetFdEnv() function577 AddAppSpawnHook(STAGE_CHILD_PRE_COLDBOOT, HOOK_PRIO_HIGHEST, SetFdEnv); in MODULE_CONSTRUCTOR()