Home
last modified time | relevance | path

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

/external/libconfig/lib/
Dlibconfig.h314 extern LIBCONFIG_API int config_lookup_bool(const config_t *config,
Dlibconfig.c1308 int config_lookup_bool(const config_t *config, const char *path, int *value) in config_lookup_bool() function
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c726 if (config_lookup_bool(&sec_cfg, "jtag.enable", in parse_sec_config_file()
743 if (config_lookup_bool(&sec_cfg, "efuse_disable", in parse_sec_config_file()
/external/libconfig/doc/
Dlibconfig.texi1016 @deftypefunx int config_lookup_bool (@w{const config_t * @var{config}}, @w{const char * @var{path}}…