Searched refs:CheckEnabled (Results 1 – 2 of 2) sorted by relevance
456 static int CheckEnabled(const char *param, const char *value) in CheckEnabled() function470 … property->client.flags |= CheckEnabled("startup.appspawn.cold.boot", "true") ? APP_COLD_START : 0; in SpawnGetSpawningFlag()485 …content->flags |= CheckEnabled("const.security.developermode.state", "true") ? APP_DEVELOPER_MODE … in SpawnLoadConfig()486 …content->flags |= CheckEnabled("persist.security.jitfort.disabled", "true") ? 0 : APP_JITFORT_MODE; in SpawnLoadConfig()
397 static int CheckEnabled(const char *param, const char *value) in CheckEnabled() function416 (flagIndex == APP_FLAGS_COLD_BOOT && CheckEnabled("startup.appspawn.cold.boot", "true")))) { in AppSpawnReqMsgSetAppFlag()