Searched defs:min_mode (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/fstest/
H A Dperm_checker.c56 mode_t min_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,
137 pr->min_mode = min_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_mod
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 49 milliseconds