Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java906 FileChannel channel = FileChannel.open(path.toPath(), StandardOpenOption.READ); in HprofBuffer() local
907 mBuffer = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in HprofBuffer()
908 channel.close(); in HprofBuffer()
/art/tools/
Dart43 supplied communication channel.