OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gfile
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/MiniBrowser/gtk/
main.c
112
GFile
*
gfile
= g_file_new_for_commandline_arg(filename);
local
113
gchar *fileURL = g_file_get_uri(
gfile
);
114
g_object_unref(
gfile
);
/external/bluetooth/glib/gio/
glocalfileinfo.h
27
#include <gio/
gfile
.h>
gio.h
40
#include <gio/
gfile
.h>
gappinfo.c
27
#include <
gfile
.h>
55
* back to the GIO URI in the #
GFile
constructors (since gvfs
58
* similar on #
GFile
. In other words, an application cannot assume
64
*
GFile
*f;
472
* @files: a #GList of #
GFile
objects
487
* Some URIs can be changed when passed through a
GFile
(for instance
628
GFile
*file;
638
/* Use the uri, not the
GFile
, as the
GFile
roundtrip may
739
* @files: a #GList of #
GFile
object
[
all
...]
/external/webkit/Tools/GtkLauncher/
main.c
226
GFile
*
gfile
= g_file_new_for_path(filename);
227
gchar *fileURL = g_file_get_uri(
gfile
);
228
g_object_unref(
gfile
);
/external/bluetooth/glib/gio/inotify/
inotify-helper.c
35
#include <gio/
gfile
.h>
148
GFile
* parent;
149
GFile
* child;
174
GFile
* parent;
175
GFile
* child;
Completed in 507 milliseconds