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.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
Dmake_ext4fs.c53 #undef S_ISUID
69 #define S_ISUID 0004000 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/
Dbuiltins.cpp331 if (mode & (S_ISUID | S_ISGID)) { in do_mkdir()