Home
last modified time | relevance | path

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

/system/core/toolbox/cp/
Dutils.c297 (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) in copy_file()
387 fs->st_mode &= S_ISUID | S_ISGID | S_IRWXU | S_IRWXG | S_IRWXO;
/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.c55 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) macro
165 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/
Dproperty_service.c513 if (((sb.st_mode & (S_IRWXG | S_IRWXO)) != 0) in load_persistent_properties()