Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_ioutils.c75 #define S_ISVTX 0001000 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.c59 #define S_ISVTX 0001000 macro
183 dentries[i].mode = stat.st_mode & (S_ISUID|S_ISGID|S_ISVTX|S_IRWXU|S_IRWXG|S_IRWXO); in build_directory_structure()
/system/core/toolbox/upstream-netbsd/bin/cp/
Dutils.c294 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) in copy_file()