Home
last modified time | relevance | path

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

/system/update_engine/
Dmain.cc123 umask(S_IRWXG | S_IRWXO); in main()
/system/extras/f2fs_utils/
Df2fs_ioutils.c72 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
/system/core/libcutils/
Dfs.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
Dmake_ext4fs.c52 #undef S_IRWXO
68 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
211 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO); in build_directory_structure()
/system/core/init/
Dproperty_service.cpp436 if (((sb.st_mode & (S_IRWXG | S_IRWXO)) != 0) || (sb.st_uid != 0) || (sb.st_gid != 0) || in load_persistent_properties()