Home
last modified time | relevance | path

Searched defs:config_str (Results 1 – 5 of 5) sorted by relevance

/third_party/node/
Dconfigure.py1899 config_str = '\n'.join(config_lines) variable
1904 config_str = 'export PATH:=' + bin_override + ':$(PATH)\n' + config_str variable
/third_party/python/Python/
Dinitconfig.c797 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/
Dconfigure.py267 config_str = ' '.join([k + '=' + pipes.quote(configure_env[k]) variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c1268 const gchar *config_str = g_getenv ("GST_GL_CONFIG"); in gst_gl_context_create_thread() local
/third_party/python/Programs/
D_testembed.c346 static void config_set_string(PyConfig *config, wchar_t **config_str, const wchar_t *str) in config_set_string()