Searched refs:load_config (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/bin/ |
H A D | meson-cmd-extract.py | 45 def load_config(path: pathlib.Path) -> configparser.ConfigParser: function 82 conf = load_config(path)
|
/third_party/node/tools/ |
H A D | install.py | 22 def load_config(): function 316 conf = load_config()
|
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 191 config = lavacli.load_config("default")
|
/third_party/nghttp2/src/ |
H A D | shrpx_config.h | 1401 int load_config(Config *config, const char *filename,
|
H A D | shrpx_config.cc | 3555 load_config(config, optarg.c_str(), included_set, pattern_addr_indexer); in parse_config() 4189 int load_config(Config *config, const char *filename, in load_config() function
|
H A D | shrpx.cc | 3645 if (load_config(config, config->conf_path.c_str(), include_set, in process_options()
|
Completed in 18 milliseconds