Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_ioutils.c67 #define S_IXGRP 00010 macro
68 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/system/extras/ext4_utils/
Dmake_ext4fs.c52 #undef S_IXGRP
68 #define S_IXGRP 00010 macro
69 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
850 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in make_ext4fs_internal()
/system/vold/
DVolumeManager.cpp1015 … || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) { in createAsec()