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

/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c375 DWORD actualLength = 0; /* Number of bytes readable */ local
418 actualLength = curLength;
424 *pbytes = (long) actualLength;
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4382 DWORD actualLength = 0; /* Number of bytes readable */ local
4422 actualLength = curLength;
4432 *pbytes = (long) actualLength;

Completed in 46 milliseconds