Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dappinfo.c256 gchar *cmdline_out; in test_commandline() local
259 cmdline_out = g_strconcat (cmdline, " %u", NULL); in test_commandline()
269 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, cmdline_out); in test_commandline()
275 g_free (cmdline_out); in test_commandline()
276 cmdline_out = g_strconcat (cmdline, " %f", NULL); in test_commandline()
286 g_assert_cmpstr (g_app_info_get_commandline (appinfo), ==, cmdline_out); in test_commandline()
293 g_free (cmdline_out); in test_commandline()