MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / _filelength

Function _filelength

BaseTools/Source/C/Common/CommonLib.c:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565#ifdef __GNUC__
566
567size_t _filelength(int fd)
568{
569 struct stat stat_buf;
570 fstat(fd, &stat_buf);
571 return stat_buf.st_size;
572}
573
574#ifndef __CYGWIN__
575char *strlwr(char *s)

Callers 7

AddFileFunction · 0.85
GenerateFvImageFunction · 0.85
CalculateFvSizeFunction · 0.85
FfsRebaseFunction · 0.85
GenerateCapImageFunction · 0.85
GenFfs.cFile · 0.85
GenSec.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected