MCPcopy Create free account
hub / github.com/coreboot/coreboot / conf_get_rustccfg_name

Function conf_get_rustccfg_name

util/kconfig/confdata.c:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240static const char *conf_get_rustccfg_name(void)
241{
242 char *name = getenv("KCONFIG_RUSTCCFG");
243
244 return name ? name : "include/generated/rustc_cfg";
245}
246
247static const char *conf_get_autobase_name(void)
248{

Callers 1

conf_write_autoconfFunction · 0.85

Calls 1

getenvFunction · 0.50

Tested by

no test coverage detected