Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java84 Libcore.os.mkfifo(fifoFile.getAbsolutePath(), OsConstants.S_IRWXU); in setUp()
/libcore/luni/src/main/java/android/system/
DOsConstants.java511 public static final int S_IRWXU = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp568 initConstant(env, c, "S_IRWXU", S_IRWXU); in OsConstants_initConstants()