Searched defs:stat_buf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.c569 struct stat stat_buf; local
570 fstat(fd, &stat_buf);
571 return stat_buf.st_size;

Completed in 32 milliseconds