HomeSort by relevance Sort by last modified time
    Searched full:min_mode (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/fstest/
perm_checker.c 56 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_mode
    [all...]
README 17 <spec> <min_mode> <max_mode> <min_uid> <max_uid> <min_gid> <max_gid>
37 <min_mode> is a numeric mode mask, and a mode will match it if and only if
38 (min_mode & mode) == min_mode.

Completed in 60 milliseconds