Searched refs:GetAppSpawnMsgType (Results 1 – 6 of 6) sorted by relevance
142 if (GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS) { in AsanSpawnInitSpawningEnv()
83 if (GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS) { in SetSelinuxCon()
435 APPSPAWN_ONLY_EXPER(GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS, return 0); in SpawnSetProperties()
842 int msgType = GetAppSpawnMsgType(appCtx);845 msgType = GetAppSpawnMsgType(appCtx);848 msgType = GetAppSpawnMsgType(appCtx);850 msgType = GetAppSpawnMsgType(nullptr);
246 if (GetAppSpawnMsgType(property) == MSG_SPAWN_NATIVE_PROCESS) { in RunChildProcessor()
214 APPSPAWN_INLINE int GetAppSpawnMsgType(const AppSpawningCtx *appProperty) in GetAppSpawnMsgType() function