/third_party/glib/gio/ |
D | gfile.h | 33 #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 …]
|
D | gfile.c | 168 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 …]
|
D | gresourcefile.c | 110 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 …]
|
D | gdummyfile.c | 102 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 …]
|
D | gvfs.h | 57 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,
|
D | gio-tool-trash.c | 42 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()
|
D | glocalfile.c | 207 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 …]
|
D | gvfs.c | 78 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 …]
|
D | gfilemonitor.h | 61 GFile *file, 62 GFile *other_file, 92 GFile *child, 93 GFile *other_file,
|
D | glocalvfs.c | 79 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()
|
D | glocalfilemonitor.h | 80 GFile *child, 81 GFile *other, 100 GFile *other,
|
D | gio-tool-tree.c | 55 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()
|
D | gio-tool-list.c | 46 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()
|
D | gfileicon.h | 50 GIcon * g_file_icon_new (GFile *file); 53 GFile * g_file_icon_get_file (GFileIcon *icon);
|
D | gfileenumerator.h | 137 GFile * g_file_enumerator_get_container (GFileEnumerator *enumerator); 139 GFile * g_file_enumerator_get_child (GFileEnumerator *enumerator, 145 GFile **out_child,
|
D | glocalfile.h | 45 GFile * _g_local_file_new (const char *filename); 51 GFile * g_local_file_new_from_dirname_and_basename (const char *dirname,
|
D | gfileicon.c | 56 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()
|
D | gmount.h | 86 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);
|
D | gio-tool-rename.c | 37 GFile *file; in handle_rename() 38 GFile *new_file; in handle_rename()
|
D | gio-tool.h | 25 void print_file_error (GFile *file, 35 gboolean file_is_dir (GFile *file);
|
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 86 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/ |
D | vfs.c | 26 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()
|
D | g-file.c | 59 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 …]
|
D | live-g-file.c | 192 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 …]
|
D | file.c | 11 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 …]
|