Home
last modified time | relevance | path

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

/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java301 | OsConstants.S_IXOTH | OsConstants.S_IROTH; in assertDirExistsAndIsAccessible()
/libcore/ojluni/src/main/native/
DUnixFileSystem_md.c183 amode = S_IRUSR | S_IRGRP | S_IROTH; in Java_java_io_UnixFileSystem_setPermission0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java483 public static final int S_IROTH = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp539 initConstant(env, c, "S_IROTH", S_IROTH); in OsConstants_initConstants()