Searched refs:PERMS (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/fstest/
H A Dperm_checker.c41 #define PERMS(M) (M & ~S_IFMT) macro
385 retval |= validate_dir(namebuf, PERMS(s.st_mode), s.st_uid, s.st_gid);
401 return validate_link(name, PERMS(s.st_mode), s.st_uid, s.st_gid);
403 return validate_file(name, PERMS(s.st_mode), s.st_uid, s.st_gid);

Completed in 50 milliseconds