Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/gpu_counter_producer/
H A Dmain.cpp84 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in writeToPidFile()
/aosp14/system/core/run-as/
H A Drun-as.cpp93 if ((st.st_mode & (S_IROTH | S_IWOTH)) != 0) { in check_directory()
/aosp14/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp209 ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0) || in LoadPath()
/aosp14/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java32 import static android.system.OsConstants.S_IWOTH;
345 if ((mode & MODE_WORLD_WRITEABLE) != 0) realMode |= S_IWOTH; in openInternal()
H A DFileUtils.java112 /** {@hide} */ public static final int S_IWOTH = 00002; field in FileUtils
/aosp14/system/core/init/
H A Dutil.cpp174 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in ReadFile()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3557 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36035 Landroid/os/FileUtils;->S_IWOTH:I