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

  /external/bluetooth/glib/glib/
gdir.h 4 * gdir.c: Simplified wrapper around the DIRENT functions.
35 typedef struct _GDir GDir;
43 GDir * g_dir_open (const gchar *path,
46 G_CONST_RETURN gchar *g_dir_read_name (GDir *dir);
47 void g_dir_rewind (GDir *dir);
48 void g_dir_close (GDir *dir);
gdir.c 4 * gdir.c: Simplified wrapper around the DIRENT functions.
38 #include "gdir.h"
73 * Return value: a newly allocated #GDir on success, %NULL on failure.
77 GDir *
82 GDir *dir;
97 dir = g_new (GDir, 1);
117 dir = g_new (GDir, 1);
151 GDir *
157 GDir *retval;
172 * @dir: a #GDir* created by g_dir_open(
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/gobject/
GOwnPtr.cpp 58 template <> void freeOwnedGPtr<GDir>(GDir* ptr)
GOwnPtr.h 41 template<> void freeOwnedGPtr<GDir>(GDir*);
GTypedefs.h 43 typedef struct _GDir GDir;
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 74 GDir *dir;
205 GDir *dir;
giomodule.c 246 GDir *dir;
gdesktopappinfo.c     [all...]
  /external/bluetooth/bluez/src/
plugin.c 126 GDir *dir;
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 212 GDir* dir = g_dir_open(filename.data(), 0, 0);
  /external/bluetooth/glib/gio/fen/
fen-data.c 143 GDir *dir;
185 GDir *dir;
fen-helper.c 55 GDir *dir;

Completed in 150 milliseconds