Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgutils.h125 gchar* g_get_prgname (void);
Dgtestutils.c503 if (!g_get_prgname()) in g_test_init()
522 g_test_log (G_TEST_LOG_START_BINARY, g_get_prgname(), test_run_seedstr, 0, NULL); in g_test_init()
Dgoption.c615 _("Usage:"), g_get_prgname(), _("[OPTION...]")); in g_option_context_get_help()
1559 if (!g_get_prgname()) in g_option_context_parse()
Dgmessages.c915 const gchar *prg_name = g_get_prgname (); in g_log_default_handler()
Dgutils.c1931 g_get_prgname (void) in g_get_prgname() function
2010 return g_get_prgname (); in g_get_application_name()
Dgslice.c1191 pname = g_get_prgname(); in mem_error()
Dgaliasdef.c3664 #undef g_get_prgname
3665 extern __typeof (g_get_prgname) g_get_prgname __attribute((alias("IA__g_get_prgname"), visibility("…
Dgalias.h3653 extern __typeof (g_get_prgname) IA__g_get_prgname __attribute((visibility("hidden")));
3654 #define g_get_prgname IA__g_get_prgname macro
/external/bluetooth/glib/gio/win32/
Dgwinhttpvfs.c120 wagent = g_utf8_to_utf16 (g_get_prgname (), -1, NULL, NULL, NULL); in g_winhttp_vfs_init()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1416 g_get_prgname
/external/bluetooth/glib/
DChangeLog.pre-2-12583 * tests/option-test.c: Check the return value of g_get_prgname for
DChangeLog.pre-2-8899 * glib/gutils.c (g_get_prgname): Move the Win32 code that asks the
900 program name from the system to g_get_prgname(). Do output the pid
DChangeLog.pre-2-01221 * glib/gutils.c (g_set_prgname, g_get_prgname): Use another LOCK
3599 (g_get_prgname): G_CONST_RETURN
6359 g_get_prgname () returns NULL, along the lines of g_on_error_query).
DChangeLog.pre-1-22315 g_get_home_dir(), g_get_tmp_dir(), g_get_prgname() and g_set_prgname().
/external/bluetooth/glib/docs/reference/
DChangeLog2195 * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.