Lines Matching refs:AppSpawningCtx

67 static int SetProcessName(const AppSpawnMgr *content, const AppSpawningCtx *property)  in SetProcessName()
100 static int SetKeepCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetKeepCapabilities()
114 static int SetCapabilities(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetCapabilities()
153 static void InitDebugParams(const AppSpawnMgr *content, const AppSpawningCtx *property) in InitDebugParams()
178 static void ClearEnvironment(const AppSpawnMgr *content, const AppSpawningCtx *property) in ClearEnvironment()
186 AppSpawningCtx *ctx = (AppSpawningCtx *)property; in ClearEnvironment()
192 static int SetXpmConfig(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetXpmConfig()
228 static int SetUidGid(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetUidGid()
280 static int32_t SetFileDescriptors(const AppSpawnMgr *content, const AppSpawningCtx *property) in SetFileDescriptors()
339 static int32_t WaitForDebugger(const AppSpawningCtx *property) in WaitForDebugger()
363 static int SpawnInitSpawningEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnInitSpawningEnv()
378 static int SpawnSetAppEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnSetAppEnv()
386 static int SpawnEnableCache(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnEnableCache()
400 static void SpawnLoadSilk(const AppSpawnMgr *content, const AppSpawningCtx *property) in SpawnLoadSilk()
407 static int SpawnSetProperties(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnSetProperties()
450 static int SpawnComplete(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnComplete()
465 static int SpawnGetSpawningFlag(AppSpawnMgr *content, AppSpawningCtx *property) in SpawnGetSpawningFlag()
490 static int CloseFdArgs(AppSpawnMgr *content, AppSpawningCtx *property) in CloseFdArgs()
508 APPSPAWN_STATIC int SetFdEnv(AppSpawnMgr *content, AppSpawningCtx *property) in SetFdEnv()
550 APPSPAWN_STATIC int RecordStartTime(AppSpawnMgr *content, AppSpawningCtx *property) in RecordStartTime()