Searched refs:config_dir (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lwsws/ |
H A D | main.c | 60 static char config_dir[128], default_plugin_path = 1; variable 160 lwsl_notice("Using config dir: \"%s\"\n", config_dir); in context_creation() 165 if (lwsws_get_config_globals(&info, config_dir, &cs, &cs_len)) in context_creation() 185 if (lwsws_get_config_vhosts(context, &info, config_dir, &cs, &cs_len)) in context_creation() 246 strcpy(config_dir, "/etc/lwsws"); in main() 263 lws_strncpy(config_dir, optarg, sizeof(config_dir)); in main()
|
/third_party/python/Tools/scripts/ |
H A D | smelly.py | 114 config_dir = os.path.dirname(sysconfig.get_config_h_filename()) 115 filename = os.path.join(config_dir, "pybuilddir.txt") 124 builddir = os.path.join(config_dir, pybuilddir)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | __init__.py | 344 dest="config_dir", 471 if not options.config_dir: 492 home_dot_gyp = os.path.expanduser(options.config_dir)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | __init__.py | 347 dest="config_dir", 485 if not options.config_dir: 506 home_dot_gyp = os.path.expanduser(options.config_dir)
|
Completed in 3 milliseconds