Searched defs:config_str (Results 1 – 5 of 5) sorted by relevance
/third_party/node/ |
D | configure.py | 1899 config_str = '\n'.join(config_lines) variable 1904 config_str = 'export PATH:=' + bin_override + ':$(PATH)\n' + config_str variable
|
/third_party/python/Python/ |
D | initconfig.c | 797 PyConfig_SetString(PyConfig *config, wchar_t **config_str, const wchar_t *str) in PyConfig_SetString() 821 config_set_bytes_string(PyConfig *config, wchar_t **config_str, in config_set_bytes_string() 851 #define CONFIG_SET_BYTES_STR(config, config_str, str, NAME) \ argument 859 PyConfig_SetBytesString(PyConfig *config, wchar_t **config_str, in PyConfig_SetBytesString()
|
/third_party/ninja/ |
D | configure.py | 267 config_str = ' '.join([k + '=' + pipes.quote(configure_env[k]) variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglcontext.c | 1268 const gchar *config_str = g_getenv ("GST_GL_CONFIG"); in gst_gl_context_create_thread() local
|
/third_party/python/Programs/ |
D | _testembed.c | 346 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string()
|