Home
last modified time | relevance | path

Searched refs:config_read_file (Results 1 – 14 of 14) sorted by relevance

/external/libconfig/tests/
Dtests.c44 ok = config_read_file(&cfg, input_file); in parse_and_compare()
71 TT_ASSERT_FALSE(config_read_file(&cfg, input_file)); in parse_file_and_compare_error()
449 ok = config_read_file(&cfg, "testdata/strings.cfg"); in TT_TEST()
501 ok = config_read_file(&cfg, "testdata/override_setting.cfg"); in TT_TEST()
/external/libconfig/contrib/
Dcopy_setting.c118 if(CONFIG_FALSE == config_read_file(&cfgSrc, "/data/menu/cfgSrc.cfg")) in main()
122 if(CONFIG_FALSE == config_read_file(&cfgDst, "/data/menu/cfgDst.cfg")) in main()
/external/libconfig/examples/c/
Dexample2.c46 if(! config_read_file(&cfg, "example.cfg")) in main()
Dexample1.c40 if(! config_read_file(&cfg, "example.cfg")) in main()
Dexample4.c126 if(! config_read_file(&cfg, "example4.cfg")) in main()
/external/libconfig/contrib/ls-config/src/
Dls-config.c270 if(!config_read_file(&cfg, configFile)) { in set_config()
777 if(!config_read_file(&cfg, configFile)) { in unset_config()
853 if(!config_read_file(&cfg, configFile)) { in read_config()
/external/libconfig/lib/
Dlibconfig.h146 extern LIBCONFIG_API int config_read_file(config_t *config,
Dlibconfigcpp.c++478 if(! config_read_file(_config, filename)) in readFile()
Dlibconfig.c648 int config_read_file(config_t *config, const char *filename) in config_read_file() function
/external/libconfig/contrib/libconfig-ruby/ext/
Drconfig.c541 if(!config_read_file(config, RSTRING_PTR(path))) { in rbConfig_read_bang()
572 return config_read_file(config, RSTRING_PTR(path)) ? Qtrue : Qfalse; in rbConfig_read()
/external/wmediumd/wmediumd/
Dconfig.c449 if (!config_read_file(cf, file)) { in load_config()
/external/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c996 if(!config_read_file(&cfg, "fdperf.cfg")) { in config_restore()
/external/arm-trusted-firmware/tools/marvell/doimage/
Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
/external/libconfig/doc/
Dlibconfig.texi741 @deftypefun int config_read_file (@w{config_t * @var{config}}, @w{const char * @var{filename}})
783 @code{config_read_file()}. Storage for the strings returned by