Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ stat
Class
stat
util/sconfig/main.c:312–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
new_chip->name_underscore = translate_name(path, UNSLASH);
311
312
struct stat st;
313
char *chip_h = S_ALLOC(strlen(path) + 18);
314
sprintf(chip_h,
"src/%s"
, path);
315
if ((stat(chip_h, &st) == -1) && (errno == ENOENT)) {
Callers
1
get_chip
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected