Home
last modified time | relevance | path

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

/system/core/run-as/
Dpackage.c119 if ((st.st_mode & S_IWOTH) != 0) { in map_file()
189 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0) in check_directory_ownership()
/system/core/sh/
Dmiscbltin.c255 if ((mask & S_IWOTH) == 0) in umaskcmd()
/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.c158 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in read_file()