HomeSort by relevance Sort by last modified time
    Searched refs:g_find_program_in_path (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/glib/
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);
gutils.c 372 g_find_program_in_path (const gchar *program) function
419 * g_find_program_in_path:
447 g_find_program_in_path (const gchar *program)
3330 #undef g_find_program_in_path macro
3333 g_find_program_in_path (const gchar *program) function
    [all...]
galiasdef.c 3614 #undef g_find_program_in_path macro
    [all...]
galias.h 3604 #define g_find_program_in_path macro
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 189 GOwnPtr<char> currentExePath(g_find_program_in_path(g_get_prgname()));
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 237 t = g_find_program_in_path (try_exec);
773 check = g_find_program_in_path ("gnome-terminal");
784 check = g_find_program_in_path ("nxterm");
786 check = g_find_program_in_path ("color-xterm");
788 check = g_find_program_in_path ("rxvt");
790 check = g_find_program_in_path ("xterm");
792 check = g_find_program_in_path ("dtterm");
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 774 g_print ("found more.com as %s\n", g_find_program_in_path ("more.com"));
775 g_print ("found regedit as %s\n", g_find_program_in_path ("regedit"));
    [all...]

Completed in 96 milliseconds