Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c189 amode = S_IWUSR | S_IWGRP | S_IWOTH; in Java_java_io_UnixFileSystem_setPermission0()
429 if (chmod(path, mode & ~(S_IWUSR | S_IWGRP | S_IWOTH)) >= 0) { in Java_java_io_UnixFileSystem_setReadOnly0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java492 public static final int S_IWOTH = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp548 initConstant(env, c, "S_IWOTH", S_IWOTH); in OsConstants_initConstants()