Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgutils.h251 #define g_find_program_in_path g_find_program_in_path_utf8 macro
294 gchar* g_find_program_in_path (const gchar *program);
Dgutils.c372 g_find_program_in_path (const gchar *program) in g_find_program_in_path() function
447 g_find_program_in_path (const gchar *program) in inner_find_program_in_path()
3330 #undef g_find_program_in_path
3333 g_find_program_in_path (const gchar *program) in g_find_program_in_path() function
Dgaliasdef.c3614 #undef g_find_program_in_path
3615 extern __typeof (g_find_program_in_path) g_find_program_in_path __attribute((alias("IA__g_find_prog…
Dgalias.h3603 extern __typeof (g_find_program_in_path) IA__g_find_program_in_path __attribute((visibility("hidden…
3604 #define g_find_program_in_path IA__g_find_program_in_path macro
/external/bluetooth/glib/gio/
Dgdesktopappinfo.c237 t = g_find_program_in_path (try_exec); in g_desktop_app_info_new_from_keyfile()
773 check = g_find_program_in_path ("gnome-terminal"); in prepend_terminal_to_vector()
784 check = g_find_program_in_path ("nxterm"); in prepend_terminal_to_vector()
786 check = g_find_program_in_path ("color-xterm"); in prepend_terminal_to_vector()
788 check = g_find_program_in_path ("rxvt"); in prepend_terminal_to_vector()
790 check = g_find_program_in_path ("xterm"); in prepend_terminal_to_vector()
792 check = g_find_program_in_path ("dtterm"); in prepend_terminal_to_vector()
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp189 GOwnPtr<char> currentExePath(g_find_program_in_path(g_get_prgname())); in applicationDirectoryPath()
/external/bluetooth/glib/tests/
Dtestglib.c774 g_print ("found more.com as %s\n", g_find_program_in_path ("more.com")); in test_info()
775 g_print ("found regedit as %s\n", g_find_program_in_path ("regedit")); in test_info()
/external/bluetooth/glib/
DChangeLog.pre-2-8428 * glib/gutils.c (g_find_program_in_path):
1038 * glib/gutils.c (g_find_program_in_path): Mark the last
1377 * glib/gutils.c (g_find_program_in_path): Don't return
1410 and g_find_program_in_path() take and return UTF-8 strings on
DChangeLog.pre-2-03448 (g_find_program_in_path): Implement on Win32. Append the
3451 (g_find_program_in_path): If the program we are looking for is a
3455 (g_find_program_in_path): (Win32): Use MAXPATHLEN, not PATH_MAX
3458 * testglib.c (main): Test g_find_program_in_path() on Win32 by
3461 * glib.def: Add g_find_program_in_path.
3484 * gutils.c (g_find_program_in_path): Implement on Win32.
3591 (g_find_program_in_path): constification
4567 * gutils.c (g_find_program_in_path): cleanup docs, sync param
4764 g_node_insert_after and g_find_program_in_path resp., which
4824 * gutils.c (g_find_program_in_path): convert a relative
DNEWS2204 * g_find_program_in_path() doesn't return directories [Tommi Komulainen]
2208 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
DChangeLog.pre-2-41118 * glib/gutils.c (g_find_program_in_path, g_basename,
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1450 g_find_program_in_path