Home
last modified time | relevance | path

Searched refs:S_ISUID (Results 1 – 4 of 4) sorted by relevance

/system/extras/f2fs_utils/
Df2fs_ioutils.c73 #define S_ISUID 0004000 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.c58 #undef S_ISUID
74 #define S_ISUID 0004000 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()