Home
last modified time | relevance | path

Searched refs:_dbus_shell_unquote (Results 1 – 3 of 3) sorted by relevance

/external/dbus/dbus/
Ddbus-shell.h31 char* _dbus_shell_unquote (const char *quoted_string);
Ddbus-shell.c169 _dbus_shell_unquote (const char *quoted_string) in _dbus_shell_unquote() function
604 argv[i] = _dbus_shell_unquote (tmp_list->data); in _dbus_shell_parse_argv()
/external/dbus/test/
Dshell-test.c70 unquoted = _dbus_shell_unquote (original_argv[i]); in test_command_line()