Home
last modified time | relevance | path

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

/system/extras/f2fs_utils/
Df2fs_ioutils.c70 #define S_IWOTH 00002 macro
72 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/system/core/run-as/
Dpackage.c122 if ((st.st_mode & S_IWOTH) != 0) { in map_file()
194 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0) in check_directory_ownership()
/system/extras/ext4_utils/
Dmake_ext4fs.c53 #define S_IWOTH 00002 macro
55 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/system/core/init/
Dutil.cpp167 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in read_file()