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

  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 152 parent = g_file_new_for_path (sub->dirname);
158 child = g_file_new_for_path (fullpath);
177 parent = g_file_new_for_path (sub->dirname);
197 child = g_file_new_for_path (fullpath);
  /external/bluetooth/glib/gio/tests/
g-file.c 64 file = g_file_new_for_path (paths[i++]);
94 file1 = g_file_new_for_path (path1);
95 file2 = g_file_new_for_path (path2);
180 file1 = g_file_new_for_path (path);
230 file1 = g_file_new_for_path (path);
366 file1 = g_file_new_for_path (dir1);
367 file2 = g_file_new_for_path (dir2);
449 files[0] = g_file_new_for_path (path);
450 files[1] = g_file_new_for_path (path);
513 /* Testing whether g_file_new_for_path() or g_file_new_for_uri() always returns non-NULL result *
    [all...]
desktop-app-info.c 229 base = g_file_new_for_path (basedir);
  /external/bluetooth/glib/gio/fam/
fam-helper.c 116 child = g_file_new_for_path (path);
133 child = g_file_new_for_path (path);
  /external/bluetooth/glib/tests/
gio-ls.c 73 top = g_file_new_for_path (path);
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 234 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(tempPath.get()));
248 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(fsRep.data()));
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 142 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(finalPath.get()));
  /external/bluetooth/glib/gio/fen/
fen-helper.c 240 child = g_file_new_for_path (FN_NAME(f));
258 child = g_file_new_for_path (FN_NAME(f));
  /external/bluetooth/glib/gio/
glocaldirectorymonitor.c 198 file = g_file_new_for_path (local_monitor->dirname);
gwin32mount.c 192 return g_file_new_for_path (win32_mount->mount_path);
gunixmount.c 168 return g_file_new_for_path (unix_mount->mount_path);
gio.symbols 233 g_file_new_for_path
gunixmounts.c 1286 file = g_file_new_for_path (get_fstab_file ());
1295 file = g_file_new_for_path (get_mtab_monitor_file ());
    [all...]
gfile.h 438 GFile * g_file_new_for_path (const char *path);
    [all...]
gfile.c 62 * g_file_new_for_path() if you have a path.
4866 g_file_new_for_path (const char *path) function
    [all...]
gdesktopappinfo.c 270 file = g_file_new_for_path (info->icon_name);
    [all...]
  /external/bluetooth/glib/gio/win32/
gwin32directorymonitor.c 125 file = g_file_new_for_path (path);
  /external/webkit/Source/WebKit/gtk/tests/
testmimehandling.c 173 GFile* file = g_file_new_for_path(filename);
  /external/webkit/Tools/GtkLauncher/
main.c 226 GFile *gfile = g_file_new_for_path(filename);
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 650 GFile* testFile = g_file_new_for_path(testURL.c_str());
    [all...]
EventSender.cpp 483 parentDirectory = g_file_new_for_path(currentDirectory.get());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 383 milliseconds