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

  /external/bluetooth/glib/gio/fam/
fam-helper.c 117 parent = g_file_get_parent (child);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 143 GRefPtr<GFile> dir = adoptGRef(g_file_get_parent(file.get()));
  /external/bluetooth/glib/gio/tests/
g-file.c 459 files[3] = g_file_get_parent (files[2]);
463 files[4] = g_file_get_parent (files[3]);
534 /* Testing g_file_get_parent() and g_file_get_child() */
  /external/bluetooth/glib/gio/
gfilenamecompleter.c 369 parent = g_file_get_parent (file);
gio.symbols 244 g_file_get_parent
gfile.h 450 GFile * g_file_get_parent (GFile *file);
    [all...]
glocalfile.c 1121 parent = g_file_get_parent (file);
    [all...]
gfile.c 74 * g_file_get_parent() to get an identifier for the parent directory, g_file_get_child()
77 * end up at the same root if you repeatedly call g_file_get_parent() on two different
597 * g_file_get_parent:
611 g_file_get_parent (GFile *file) function
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 473 GRefPtr<GFile> parentDirectory(g_file_get_parent(testFile.get()));
    [all...]

Completed in 69 milliseconds