Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 5 of 5) 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()
198 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0) in check_directory_ownership()
/system/extras/tests/timetest/
Drtc_test.cpp43 } else if (!(st.st_mode & (S_IWUSR|S_IWGRP|S_IWOTH))) { in hwtime()
/system/extras/ext4_utils/
Dmake_ext4fs.c50 #undef S_IWOTH
66 #define S_IWOTH 00002 macro
68 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/system/core/init/
Dutil.cpp191 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in read_file()