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

/system/extras/f2fs_utils/
H A Df2fs_ioutils.c75 #define S_ISVTX 0001000 macro
/system/core/libcutils/
H A Dfs.c37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/system/extras/ext4_utils/
H A Dmake_ext4fs.c58 #define S_ISVTX 0001000 macro
191 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO);

Completed in 62 milliseconds