Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 7 of 7) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_ASimpleReader.java62 int readable = (available < count ? available : count); in read() local
63 System.arraycopy(buf, pos, dest, offset, readable); in read()
64 pos += readable; in read()
65 return readable; in read()
/libcore/luni/src/main/java/java/nio/
DNioUtils.java63 boolean readable = (mode & (O_RDONLY | O_RDWR | O_SYNC)) != 0; in newFileChannel()
66 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject); in newFileChannel()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java64 private final boolean readable; field in FileChannelImpl
79 private FileChannelImpl(FileDescriptor fd, String path, boolean readable, in FileChannelImpl() argument
83 this.readable = readable; in FileChannelImpl()
93 boolean readable, boolean writable, in open() argument
96 return new FileChannelImpl(fd, path, readable, writable, false, parent); in open()
101 boolean readable, boolean writable, in open() argument
104 return new FileChannelImpl(fd, path, readable, writable, append, parent); in open()
146 if (!readable) in read()
176 if (!readable) in read()
570 if (!readable) in transferTo()
[all …]
/libcore/ojluni/src/main/java/java/io/
DFile.java1490 public boolean setReadable(boolean readable, boolean ownerOnly) { in setReadable() argument
1498 return fs.setPermission(this, FileSystem.ACCESS_READ, readable, ownerOnly); in setReadable()
1529 public boolean setReadable(boolean readable) { in setReadable() argument
1530 return setReadable(readable, true); in setReadable()
/libcore/
DLICENSE132 a) Accompany it with the complete corresponding machine-readable source
138 performing source distribution, a complete machine-readable copy of the
/libcore/benchmarks/libs/
Dcaliper.jar.txt109 include a readable copy of the attribution notices contained
/libcore/ojluni/
DNOTICE418 a) Accompany it with the complete corresponding machine-readable source
424 performing source distribution, a complete machine-readable copy of the