Home
last modified time | relevance | path

Searched refs:conf_path (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx.cc1937 config->conf_path = StringRef::from_lit("/etc/nghttpx/nghttpx.conf"); in fill_default_config()
3615 << config->conf_path << R"( in print_help()
3643 if (conf_exists(config->conf_path.c_str())) { in process_options()
3644 LOG(NOTICE) << "Loading configuration from " << config->conf_path; in process_options()
3646 if (load_config(config, config->conf_path.c_str(), include_set, in process_options()
3648 LOG(FATAL) << "Failed to load configuration from " << config->conf_path; in process_options()
3975 new_config->conf_path = in reload_config()
3976 make_string_ref(new_config->balloc, cur_config->conf_path); in reload_config()
4493 mod_config()->conf_path = in main()
Dshrpx_config.h1136 StringRef conf_path; member