Searched refs:g_shell_parse_argv (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/glib/tests/ |
D | spawn-test.c | 184 …if (!g_shell_parse_argv ("'.\\spawn-test-win32-gui.exe' this-should-be-argv-zero nop", NULL, &argv… in run_tests() 210 if (!g_shell_parse_argv (g_strdup_printf ("'.\\spawn-test-win32-gui.exe' pipes %d %d", in run_tests()
|
D | shell-test.c | 131 if (!g_shell_parse_argv (cmdline, &argc, &argv, &err)) in do_argv_test()
|
/external/bluetooth/glib/glib/ |
D | gshell.h | 48 gboolean g_shell_parse_argv (const gchar *command_line,
|
D | galiasdef.c | 2497 #undef g_shell_parse_argv 2498 extern __typeof (g_shell_parse_argv) g_shell_parse_argv __attribute((alias("IA__g_shell_parse_argv"…
|
D | galias.h | 2490 extern __typeof (g_shell_parse_argv) IA__g_shell_parse_argv __attribute((visibility("hidden"))); 2491 #define g_shell_parse_argv IA__g_shell_parse_argv macro
|
/external/chromium/chrome/common/ |
D | service_process_util_unittest.cc | 129 if (g_shell_parse_argv(exec_value.c_str(), &argc, &argv, &error)) { in TEST_F()
|
/external/bluetooth/bluez/attrib/ |
D | interactive.c | 774 g_shell_parse_argv(line_read, &argcp, &argvp, NULL); in parse_line()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1030 g_shell_parse_argv
|
/external/bluetooth/glib/gio/ |
D | gdesktopappinfo.c | 735 res = g_shell_parse_argv (expanded_exec->str, argc, argv, error); in expand_application_parameters()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 647 * glib/gshell.c (g_shell_parse_argv): note on how to free returned
|