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

/system/extras/f2fs_utils/
H A Df2fs_ioutils.c72 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/system/core/libcutils/
H A Dfs.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
H A Dmake_ext4fs.c55 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
191 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);
/system/core/init/
H A Dproperty_service.cpp472 if (((sb.st_mode & (S_IRWXG | S_IRWXO)) != 0) || (sb.st_uid != 0) || (sb.st_gid != 0) ||

Completed in 8 milliseconds