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

  /external/bluetooth/glib/gio/tests/
desktop-app-info.c 200 descend = g_file_get_child (parent, g_file_info_get_name (info));
230 file = g_file_get_child (base, "applications");
233 file = g_file_get_child (base, "mime");
live-g-file.c 130 child = g_file_get_child (parent, filename);
150 child = g_file_get_child (parent, filename);
166 child = g_file_get_child (parent, filename);
245 child = g_file_get_child (root, "pattern_file");
282 child = g_file_get_child (parent, filename);
506 descend = g_file_get_child (parent, g_file_info_get_name (info));
600 child = g_file_get_child (root, item.filename);
655 dst_dir = g_file_get_child (root, target_dir);
657 src_file = g_file_get_child (root, item.filename);
659 dst_file = g_file_get_child (dst_dir, item.filename)
    [all...]
g-file.c 456 files[2] = g_file_get_child (files[1], dir_holder);
471 files[5] = g_file_get_child (files[4], dir_holder);
534 /* Testing g_file_get_parent() and g_file_get_child() */
  /external/bluetooth/glib/gio/
gio.symbols 245 g_file_get_child
gdummyfile.c 384 return g_file_get_child (file, display_name);
gfile.h 451 GFile * g_file_get_child (GFile *file,
    [all...]
gcontenttype.c     [all...]
glocalfile.c 621 new_file = g_file_get_child (file, basename);
    [all...]
gfile.c 74 * g_file_get_parent() to get an identifier for the parent directory, g_file_get_child()
623 * g_file_get_child:
639 g_file_get_child (GFile *file, function
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 418 new_file = g_file_get_child (file, basename);
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 499 GRefPtr<GFile> dragFile(g_file_get_child(parentDirectory.get(), filenameBuffer.get()));
    [all...]

Completed in 245 milliseconds