Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 3 of 3) 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.