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

/system/extras/ext4_utils/
H A Dmake_ext4fs.c50 #define S_IXGRP 00010 macro
51 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
427 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/system/core/sh/
H A Dmiscbltin.c248 if ((mask & S_IXGRP) == 0)
/system/vold/
H A DVolumeManager.cpp435 || fchmod(dirfd, S_IRUSR | S_IWUSR | S_IXUSR | S_ISGID | S_IRGRP | S_IXGRP)) {

Completed in 139 milliseconds