Searched refs:max_mode (Results 1 - 1 of 1) sorted by path

/system/extras/tests/fstest/
H A Dperm_checker.c57 mode_t max_mode; member in struct:perm_rule
99 unsigned long min_mode, unsigned long max_mode,
110 "%s %lo %lo %s %s %s %s", spec, min_mode, max_mode,
138 pr->max_mode = max_mode;
148 printf("rule #%d: type = %d spec = %s min_mode = %o max_mode = %o "
150 num_rules, pr->type, pr->spec, pr->min_mode, pr->max_mode,
160 unsigned long min_mode, max_mode; local
166 &min_mode, &max_mode, min_uid_buf, max_uid_buf,
174 min_mode, max_mode,
98 add_rule(int line_num, char *spec, unsigned long min_mode, unsigned long max_mode, char *min_uid_buf, char *max_uid_buf, char *min_gid_buf, char *max_gid_buf) argument
[all...]

Completed in 469 milliseconds