Home
last modified time | relevance | path

Searched refs:FIONREAD (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/native/
DFileInputStream.c104 if (ioctl(fd, FIONREAD, &n) != -1) { in available()
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java227 android.system.Os.ioctlInt(input.getFD(), OsConstants.FIONREAD, new Int32Ref(0)); in test_available_on_nonIOCTL_supported_file()
/libcore/luni/src/main/java/android/system/
DOsConstants.java277 public static final int FIONREAD = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java66 Libcore.os.ioctlInt(fd, FIONREAD, available); in available()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp227 initConstant(env, c, "FIONREAD", FIONREAD); in OsConstants_initConstants()