Searched refs:g_find_program_in_path (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gutils.h | 251 #define g_find_program_in_path g_find_program_in_path_utf8 macro 294 gchar* g_find_program_in_path (const gchar *program);
|
D | gutils.c | 372 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
|
D | galiasdef.c | 3614 #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…
|
D | galias.h | 3603 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/ |
D | gdesktopappinfo.c | 237 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/ |
D | FileSystemGtk.cpp | 189 GOwnPtr<char> currentExePath(g_find_program_in_path(g_get_prgname())); in applicationDirectoryPath()
|
/external/bluetooth/glib/tests/ |
D | testglib.c | 774 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/ |
D | ChangeLog.pre-2-8 | 428 * 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
|
D | ChangeLog.pre-2-0 | 3448 (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
|
D | NEWS | 2204 * g_find_program_in_path() doesn't return directories [Tommi Komulainen] 2208 - g_getenv(), g_setenv(), g_unsetenv(), g_find_program_in_path()
|
D | ChangeLog.pre-2-4 | 1118 * glib/gutils.c (g_find_program_in_path, g_basename,
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1450 g_find_program_in_path
|