Searched defs:StartFlags (Results 1 – 1 of 1) sorted by relevance
62 struct StartFlags { struct63 static const int COLD_START = 0;64 static const int BACKUP_EXTENSION = 1;65 static const int DLP_MANAGER = 2;66 static const int DEBUGGABLE = 3;67 static const int ASANENABLED = 4;68 static const int NATIVEDEBUG = 6;69 static const int NO_SANDBOX = 7;70 static const int GWP_ENABLED_FORCE = 10;71 static const int GWP_ENABLED_NORMAL = 11;