Home
last modified time | relevance | path

Searched refs:g_get_prgname (Results 1 – 25 of 37) sorted by relevance

12

/third_party/glib/gio/tests/
Dfilter-cat.c96 g_get_prgname (), g_file_get_uri (file), error->message); in cat()
130 g_get_prgname (), error->message); in cat()
148 g_get_prgname (), g_file_get_uri (file), error->message); in cat()
180 g_get_prgname (), g_file_get_uri (file)); in cat()
190 g_get_prgname (), g_file_get_uri (file), in cat()
206 g_get_prgname (), g_file_get_uri (file), error->message); in cat()
242 g_get_prgname ()); in main()
250 g_printerr ("%s: missing locations", g_get_prgname ()); in main()
253 g_get_prgname ()); in main()
/third_party/glib/gobject/tests/
Dclosure.c80 if (g_path_is_absolute (g_get_prgname ())) in test_closure_iochannel()
81 path = g_strdup (g_get_prgname ()); in test_closure_iochannel()
85 g_get_prgname (), in test_closure_iochannel()
110 if (g_path_is_absolute (g_get_prgname ())) in test_closure_child()
111 argv[0] = g_strdup (g_get_prgname ()); in test_closure_child()
115 g_get_prgname (), in test_closure_child()
/third_party/glib/glib/tests/
Doption-argv0.c78 g_assert_true (g_strv_contains (expected_prgnames, g_get_prgname ())); in test_platform_argv0()
89 else if (!g_strv_contains (expected_prgnames, g_get_prgname ())) in test_platform_argv0()
91 … g_print ("program name `%s' is neither `option-argv0', nor `lt-option-argv0'\n", g_get_prgname()); in test_platform_argv0()
Dutils.c141 prgname = g_get_prgname (); in test_appname()
148 prgname = g_get_prgname (); in test_appname()
155 prgname = g_get_prgname (); in test_appname()
Dbookmarkfile.c320 cmd = g_strconcat (g_get_prgname (), " file:///tmp/schedule7.ps", NULL); in test_misc()
/third_party/skia/third_party/externals/harfbuzz/util/
Doptions.hh65 const char *prgname = g_get_prgname (); in fail()
178 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
Dview-cairo.hh59 { g_printerr ("%s: %s\n", g_get_prgname (), message); } in error()
/third_party/gstreamer/gstreamer/tools/
Dtools.h51 g_print ("%s version %d.%d.%d\n", g_get_prgname (), in gst_tools_print_version()
Dgst-typefind.c174 g_print ("Please give one or more filenames to %s\n\n", g_get_prgname ()); in main()
Dgst-stats.c1298 g_print ("Please give one filename to %s\n\n", g_get_prgname ()); in main()
1304 g_get_prgname (), num); in main()
/third_party/glib/glib/
Dgbacktrace.c155 prg_name = g_get_prgname (); in g_on_error_query()
205 prg_name = g_get_prgname (); in g_on_error_query()
Dgthreadpool.c304 const gchar *prgname = g_get_prgname (); in g_thread_pool_spawn_thread()
451 const gchar *prgname = g_get_prgname (); in g_thread_pool_start_thread()
Dgutils.h61 const gchar * g_get_prgname (void);
Dgtestutils.c1614 if (!g_get_prgname() && !no_g_set_prgname)
1637 test_prgname = g_path_get_basename (g_get_prgname ());
1707 g_test_log (G_TEST_LOG_START_BINARY, g_get_prgname(), test_run_seedstr, 0, NULL);
Dgutils.c1062 g_get_prgname (void) in g_get_prgname() function
1126 return g_get_prgname (); in g_get_application_name()
Dgoption.c869 g_string_append_printf (string, "%s\n %s", _("Usage:"), g_get_prgname ()); in g_option_context_get_help()
1974 if (!g_get_prgname()) in g_option_context_parse()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh57 { g_printerr ("%s: %s\n", g_get_prgname (), message); } in error()
Doptions.cc57 const char *prgname = g_get_prgname (); in fail()
87 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
Doptions.hh103 g_printerr ("Usage: %s [OPTION...] %s\n", g_get_prgname (), usage_str); in usage()
/third_party/harfbuzz/util/
Dview-cairo.hh57 { g_printerr ("%s: %s\n", g_get_prgname (), message); } in error()
Doptions.cc57 const char *prgname = g_get_prgname (); in fail()
87 g_printf ("%s (%s) %s\n", g_get_prgname (), PACKAGE_NAME, PACKAGE_VERSION); in show_version()
Doptions.hh103 g_printerr ("Usage: %s [OPTION...] %s\n", g_get_prgname (), usage_str); in usage()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.c449 progname = (const gchar *) g_get_prgname (); in gst_missing_plugin_message_get_installer_detail()
641 progname = (const gchar *) g_get_prgname (); in gst_installer_detail_new()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c338 g_print ("%s version %s\n", g_get_prgname (), PACKAGE_VERSION); in main()
/third_party/glib/gio/win32/
Dgwinhttpvfs.c124 const gchar *prgname = g_get_prgname (); in g_winhttp_vfs_init()

12