Searched refs:nonSeekAvailable (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4300 static int nonSeekAvailable(int, long *);
4321 ret = nonSeekAvailable(fd, &lpbytes);
4340 // This code is a copy of JDK's nonSeekAvailable
4343 static int nonSeekAvailable(int fd, long *pbytes) { function
4393 return nonSeekAvailable(fd, pbytes);

Completed in 531 milliseconds