Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
567
size_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__
575
char *strlwr(char *s)
Callers
7
AddFile
Function · 0.85
GenerateFvImage
Function · 0.85
CalculateFvSize
Function · 0.85
FfsRebase
Function · 0.85
GenerateCapImage
Function · 0.85
GenFfs.c
File · 0.85
GenSec.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected