Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileChannelImpl.c87 void *mapAddress = 0; in FileChannelImpl_map0() local
104 mapAddress = mmap64( in FileChannelImpl_map0()
112 if (mapAddress == MAP_FAILED) { in FileChannelImpl_map0()
120 return ((jlong) (unsigned long) mapAddress); in FileChannelImpl_map0()