Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DCommonLib.c567 struct stat stat_buf; in _filelength() local
568 fstat(fd, &stat_buf); in _filelength()
569 return stat_buf.st_size; in _filelength()