Home
last modified time | relevance | path

Searched refs:GFile (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/glib/gio/
Dgfile.h33 #define G_FILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_FILE, GFile))
45 typedef struct _GFile GFile; /* Dummy typedef */
168 GFile * (* dup) (GFile *file);
169 guint (* hash) (GFile *file);
170 gboolean (* equal) (GFile *file1,
171 GFile *file2);
172 gboolean (* is_native) (GFile *file);
173 gboolean (* has_uri_scheme) (GFile *file,
175 char * (* get_uri_scheme) (GFile *file);
176 char * (* get_basename) (GFile *file);
[all …]
Dgfile.c168 static void g_file_real_query_info_async (GFile *file,
175 static GFileInfo * g_file_real_query_info_finish (GFile *file,
178 static void g_file_real_query_filesystem_info_async (GFile *file,
184 static GFileInfo * g_file_real_query_filesystem_info_finish (GFile *file,
187 static void g_file_real_enumerate_children_async (GFile *file,
194 static GFileEnumerator * g_file_real_enumerate_children_finish (GFile *file,
197 static void g_file_real_read_async (GFile *file,
202 static GFileInputStream * g_file_real_read_finish (GFile *file,
205 static void g_file_real_append_to_async (GFile *file,
211 static GFileOutputStream *g_file_real_append_to_finish (GFile *file,
[all …]
Dgresourcefile.c110 static GFileInputStream *_g_resource_file_input_stream_new (GInputStream *stream, GFile *file);
229 static GFile *
239 GFile *
242 GFile *resource; in _g_resource_file_new()
253 g_resource_file_is_native (GFile *file) in g_resource_file_is_native()
259 g_resource_file_has_uri_scheme (GFile *file, in g_resource_file_has_uri_scheme()
266 g_resource_file_get_uri_scheme (GFile *file) in g_resource_file_get_uri_scheme()
272 g_resource_file_get_basename (GFile *file) in g_resource_file_get_basename()
281 g_resource_file_get_path (GFile *file) in g_resource_file_get_path()
287 g_resource_file_get_uri (GFile *file) in g_resource_file_get_uri()
[all …]
Dgdummyfile.c102 GFile *
117 g_dummy_file_is_native (GFile *file) in g_dummy_file_is_native()
123 g_dummy_file_get_basename (GFile *file) in g_dummy_file_get_basename()
133 g_dummy_file_get_path (GFile *file) in g_dummy_file_get_path()
139 g_dummy_file_get_uri (GFile *file) in g_dummy_file_get_uri()
145 g_dummy_file_get_parse_name (GFile *file) in g_dummy_file_get_parse_name()
150 static GFile *
151 g_dummy_file_get_parent (GFile *file) in g_dummy_file_get_parent()
154 GFile *parent; in g_dummy_file_get_parent()
182 static GFile *
[all …]
Dgvfs.h57 typedef GFile * (* GVfsFileLookupFunc) (GVfs *vfs,
88 GFile * (* get_file_for_path) (GVfs *vfs,
90 GFile * (* get_file_for_uri) (GVfs *vfs,
93 GFile * (* parse_name) (GVfs *vfs,
135 GFile * g_vfs_get_file_for_path (GVfs *vfs,
138 GFile * g_vfs_get_file_for_uri (GVfs *vfs,
144 GFile * g_vfs_parse_name (GVfs *vfs,
Dgio-tool-trash.c42 delete_trash_file (GFile *file, gboolean del_file, gboolean del_children) in delete_trash_file()
45 GFile *child; in delete_trash_file()
84 restore_trash (GFile *file, in restore_trash()
90 GFile *target = NULL; in restore_trash()
91 GFile *dir_target = NULL; in restore_trash()
149 trash_list (GFile *file, in trash_list()
176 GFile* child; in trash_list()
215 GFile *file; in handle_trash()
282 GFile *file; in handle_trash()
295 GFile *file; in handle_trash()
Dglocalfile.c207 GFile *
235 GFile *
251 g_local_file_is_native (GFile *file) in g_local_file_is_native()
257 g_local_file_has_uri_scheme (GFile *file, in g_local_file_has_uri_scheme()
264 g_local_file_get_uri_scheme (GFile *file) in g_local_file_get_uri_scheme()
270 g_local_file_get_basename (GFile *file) in g_local_file_get_basename()
276 g_local_file_get_path (GFile *file) in g_local_file_get_path()
282 g_local_file_get_uri (GFile *file) in g_local_file_get_uri()
321 g_local_file_get_parse_name (GFile *file) in g_local_file_get_parse_name()
409 static GFile *
[all …]
Dgvfs.c78 static GFile *
89 static GFile *
155 GFile *
169 static GFile *
176 GFile *ret = NULL; in parse_name_internal()
195 static GFile *
200 GFile *ret = NULL; in get_file_for_uri_internal()
234 GFile *
239 GFile *ret = NULL; in g_vfs_get_file_for_uri()
321 GFile *
[all …]
Dgfilemonitor.h61 GFile *file,
62 GFile *other_file,
92 GFile *child,
93 GFile *other_file,
Dglocalvfs.c79 static GFile *
89 static GFile *
94 GFile *file; in g_local_vfs_get_file_for_uri()
129 static GFile *
133 GFile *file; in g_local_vfs_parse_name()
Dglocalfilemonitor.h80 GFile *child,
81 GFile *other,
100 GFile *other,
Dgio-tool-tree.c55 do_tree (GFile *f, unsigned int level, guint64 pattern) in do_tree()
166 GFile *child; in do_tree()
216 tree (GFile *f) in tree()
232 GFile *file; in handle_tree()
Dgio-tool-list.c46 show_file_listing (GFileInfo *info, GFile *parent) in show_file_listing()
54 GFile *child; in show_file_listing()
115 list (GFile *file) in list()
167 GFile *file; in handle_list()
Dgfileicon.h50 GIcon * g_file_icon_new (GFile *file);
53 GFile * g_file_icon_get_file (GFileIcon *icon);
Dgfileenumerator.h137 GFile * g_file_enumerator_get_container (GFileEnumerator *enumerator);
139 GFile * g_file_enumerator_get_child (GFileEnumerator *enumerator,
145 GFile **out_child,
Dglocalfile.h45 GFile * _g_local_file_new (const char *filename);
51 GFile * g_local_file_new_from_dirname_and_basename (const char *dirname,
Dgfileicon.c56 GFile *file;
178 g_file_icon_new (GFile *file) in g_file_icon_new()
193 GFile *
241 GFile *file; in g_file_icon_from_tokens()
Dgmount.h86 GFile * (* get_root) (GMount *mount);
158 GFile * (* get_default_location) (GMount *mount);
168 GFile * g_mount_get_root (GMount *mount);
170 GFile * g_mount_get_default_location (GMount *mount);
Dgio-tool-rename.c37 GFile *file; in handle_rename()
38 GFile *new_file; in handle_rename()
Dgio-tool.h25 void print_file_error (GFile *file,
35 gboolean file_is_dir (GFile *file);
/third_party/glib/gio/win32/
Dgwinhttpfile.c86 GFile *
140 g_winhttp_file_is_native (GFile *file) in g_winhttp_file_is_native()
146 g_winhttp_file_has_uri_scheme (GFile *file, in g_winhttp_file_has_uri_scheme()
154 g_winhttp_file_get_uri_scheme (GFile *file) in g_winhttp_file_get_uri_scheme()
162 g_winhttp_file_get_basename (GFile *file) in g_winhttp_file_get_basename()
182 g_winhttp_file_get_display_name (GFile *file) in g_winhttp_file_get_display_name()
197 g_winhttp_file_get_path (GFile *file) in g_winhttp_file_get_path()
203 g_winhttp_file_get_uri (GFile *file) in g_winhttp_file_get_uri()
241 g_winhttp_file_get_parse_name (GFile *file) in g_winhttp_file_get_parse_name()
248 static GFile *
[all …]
/third_party/glib/gio/tests/
Dvfs.c26 static GFile *
31 GFile *file = NULL; in test_vfs_parse_name()
42 static GFile *
47 GFile *file; in test_vfs_lookup()
58 GFile *file; in test_register_scheme()
105 GFile *file; in test_local()
Dg-file.c59 GFile *file = NULL; in test_g_file_new_null()
83 GFile *file1 = NULL; in compare_two_files()
84 GFile *file2 = NULL; in compare_two_files()
173 GFile *file1 = NULL; in dup_equals()
174 GFile *file2 = NULL; in dup_equals()
221 GFile *file1 = NULL; in parse_check_utf8()
222 GFile *file2 = NULL; in parse_check_utf8()
282 GFile *file1 = NULL; in resolve_arg()
328 GFile *file; in test_g_file_new_for_commandline_arg()
353 GFile *file1 = NULL; in get_relative_path()
[all …]
Dlive-g-file.c192 static GFile *
193 create_empty_file (GFile * parent, const char *filename, in create_empty_file()
196 GFile *child; in create_empty_file()
213 static GFile *
214 create_empty_dir (GFile * parent, const char *filename) in create_empty_dir()
216 GFile *child; in create_empty_dir()
229 static GFile *
230 create_symlink (GFile * parent, const char *filename, const char *points_to) in create_symlink()
232 GFile *child; in create_symlink()
248 GFile *root; in test_create_structure()
[all …]
Dfile.c11 test_basic_for_file (GFile *file, in test_basic_for_file()
34 GFile *file; in test_basic()
44 GFile *file; in test_build_filename()
58 GFile *file; in test_parent()
59 GFile *file2; in test_parent()
60 GFile *parent; in test_parent()
61 GFile *root; in test_parent()
83 GFile *file; in test_child()
84 GFile *child; in test_child()
85 GFile *child2; in test_child()
[all …]

12345