Home
last modified time | relevance | path

Searched refs:APP_BEGETCTL_BOOT (Results 1 – 3 of 3) sorted by relevance

/base/startup/appspawn/modules/common/
Dappspawn_begetctl.c72 if ((property->client.flags & APP_BEGETCTL_BOOT) != APP_BEGETCTL_BOOT) { in RunBegetctlBootApp()
Dappspawn_common.c449 property->client.flags |= APP_BEGETCTL_BOOT; in SpawnGetSpawningFlag()
/base/startup/appspawn/util/include/
Dappspawn_utils.h60 #define APP_BEGETCTL_BOOT 0x400 macro