Home
last modified time | relevance | path

Searched refs:ALL_PERMS (Results 1 – 1 of 1) sorted by relevance

/system/core/libcutils/
Dfs.c38 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
63 int mode_match = ((sb.st_mode & ALL_PERMS) == mode); in fs_prepare_path_impl()
75 path, mode, (sb.st_mode & ALL_PERMS)); in fs_prepare_path_impl()