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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1121 struct stat Stat_Buf; local
1567 fstat(fileno (fpOut), &Stat_Buf); local
1568 OutputFileTime = Stat_Buf.st_mtime;
1601 fstat(fileno (fpIn), &Stat_Buf); local
1602 InputFileTime = Stat_Buf.st_mtime;

Completed in 49 milliseconds