Home
last modified time | relevance | path

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

/art/test/2036-jni-filechannel/src/
DMain.java26 FileChannel channel = FileChannel.open(Paths.get("/dev", "null"), in main() local
28 MappedByteBuffer buffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, 0); in main()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java912 FileChannel channel = FileChannel.open(path.toPath(), StandardOpenOption.READ); in HprofBuffer() local
913 mBuffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in HprofBuffer()
914 channel.close(); in HprofBuffer()
/art/tools/
Dart48 supplied communication channel.
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1757 Ljava/io/FileInputStream;->channel:Ljava/nio/channels/FileChannel;
2225 Ljava/io/RandomAccessFile;->channel:Ljava/nio/channels/FileChannel;
4066 Ljava/nio/channels/FileLock;->channel:Ljava/nio/channels/Channel;
/art/build/boot/
Dboot-image-profile.txt9031 HSPLsun/nio/ch/SelectionKeyImpl;->channel()Ljava/nio/channels/SelectableChannel;