Home
last modified time | relevance | path

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

/third_party/cef/patch/patches/
Drunhooks.patch33 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs)
34 os.environ['PATH'] = runtime_path + os.path.pathsep + os.environ['PATH']
/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c89 char *runtime_path = NULL; in pa_get_dbus_address_from_server_type() local
94 pa_assert_se((runtime_path = pa_runtime_path(PA_DBUS_SOCKET_NAME))); in pa_get_dbus_address_from_server_type()
95 pa_assert_se((escaped_path = dbus_address_escape_value(runtime_path))); in pa_get_dbus_address_from_server_type()
112 pa_xfree(runtime_path); in pa_get_dbus_address_from_server_type()