Home
last modified time | relevance | path

Searched refs:escaped_path (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/quickbook/src/
Ddependency_tracker.cpp21 static std::string escaped_path(std::string const& generic) in escaped_path() function
50 generic = escaped_path(generic); in get_path()
/third_party/glib/gio/
Dgdbusserver.c794 char *escaped_path; in try_unix() local
798 escaped_path = g_dbus_address_escape_value (address_path); in try_unix()
803 server->client_address = g_strdup_printf ("unix:abstract=%s", escaped_path); in try_unix()
807 server->client_address = g_strdup_printf ("unix:path=%s", escaped_path); in try_unix()
816 g_free (escaped_path); in try_unix()
Dglocalfile.c330 char *escaped_path; in g_local_file_get_parse_name() local
390 escaped_path = g_uri_escape_string (filename, in g_local_file_get_parse_name()
394 (*escaped_path != '/') ? "/" : "", in g_local_file_get_parse_name()
395 escaped_path, in g_local_file_get_parse_name()
398 g_free (escaped_path); in g_local_file_get_parse_name()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.c90 char *escaped_path = NULL; in pa_get_dbus_address_from_server_type() local
95 pa_assert_se((escaped_path = dbus_address_escape_value(runtime_path))); in pa_get_dbus_address_from_server_type()
96 address = pa_sprintf_malloc("unix:path=%s", escaped_path); in pa_get_dbus_address_from_server_type()
100 pa_assert_se((escaped_path = dbus_address_escape_value(PA_DBUS_SYSTEM_SOCKET_PATH))); in pa_get_dbus_address_from_server_type()
101 address = pa_sprintf_malloc("unix:path=%s", escaped_path); in pa_get_dbus_address_from_server_type()
113 dbus_free(escaped_path); in pa_get_dbus_address_from_server_type()
/third_party/glib/glib/
Dgconvert.c1436 char *escaped_path; in g_escape_file_uri() local
1461 escaped_path = g_escape_uri_string (pathname, UNSAFE_PATH); in g_escape_file_uri()
1465 (*escaped_path != '/') ? "/" : "", in g_escape_file_uri()
1466 escaped_path, in g_escape_file_uri()
1474 g_free (escaped_path); in g_escape_file_uri()