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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4311 struct _stati64 stbuf64; local
4313 if (::_fstati64(fd, &stbuf64) >= 0) {
4314 int mode = stbuf64.st_mode;

Completed in 49 milliseconds