Home | History | Annotate | Download | only in test

Lines Matching refs:success

52   bool success = true;
57 success = false;
62 success = false;
64 return success;
68 bool success = true;
76 success = false;
90 success = false;
94 return success;
123 bool success = check_ugid(kSystemUid);
124 success = success && check_groups(num_groups, groups);
132 success = success && check_ugid(5 * kSystemUid);
134 return success ? 0 : 1;