Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_ioutils.c74 #define S_ISGID 0002000 macro
/system/core/libcutils/
Dfs.c38 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
Dmake_ext4fs.c59 #undef S_ISGID
75 #define S_ISGID 0002000 macro
216 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/
Dbuiltins.cpp235 if (mode & (S_ISUID | S_ISGID)) { in do_mkdir()
/system/vold/
DVolumeManager.cpp1015 … || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) { in createAsec()