Searched refs:g_file_get_child (Results 1 – 18 of 18) sorted by relevance
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 368 data.file = g_file_get_child (fixture->tmp_dir, "atomic_replace_file"); in test_atomic_replace() 473 data.file = g_file_get_child (fixture->tmp_dir, "change_file"); in test_file_changes() 513 file = g_file_get_child (parent, "dir_test_file"); in dir_step() 522 file = g_file_get_child (parent, "dir_test_file"); in dir_step() 523 file2 = g_file_get_child (data->file, "dir_test_file"); in dir_step() 532 file = g_file_get_child (data->file, "dir_test_file"); in dir_step() 533 file2 = g_file_get_child (data->file, "dir_test_file2"); in dir_step() 542 file = g_file_get_child (data->file, "dir_test_file2"); in dir_step() 543 file2 = g_file_get_child (parent, "dir_test_file2"); in dir_step() 590 data.file = g_file_get_child (fixture->tmp_dir, "dir_monitor_test"); in test_dir_monitor() [all …]
|
D | live-g-file.c | 200 child = g_file_get_child (parent, filename); in create_empty_file() 220 child = g_file_get_child (parent, filename); in create_empty_dir() 236 child = g_file_get_child (parent, filename); in create_symlink() 336 child = g_file_get_child (root, "pattern_file"); in test_create_structure() 371 child = g_file_get_child (parent, filename); in file_exists() 717 child = g_file_get_child (root, item.filename); in test_enumerate() 777 dst_dir = g_file_get_child (root, target_dir); in do_copy_move() 779 src_file = g_file_get_child (root, item.filename); in do_copy_move() 781 dst_file = g_file_get_child (dst_dir, item.filename); in do_copy_move() 984 child = g_file_get_child (root, item.filename); in test_create() [all …]
|
D | file.c | 88 child = g_file_get_child (file, "child"); in test_child() 129 file = g_file_get_child (datapath_f, "g-icon.c"); in test_type() 134 file = g_file_get_child (datapath_f, "cert-tests"); in test_type() 716 file = g_file_get_child (tmpdir, "file"); in test_replace_cancel() 855 source_file = g_file_get_child (tmpdir, "source"); in test_replace_symlink() 856 target_file = g_file_get_child (tmpdir, "target"); in test_replace_symlink() 960 GFile *test_file = g_file_get_child (tmpdir, basename); in create_test_file() 962 GFile *target_file = g_file_get_child (tmpdir, target_basename); in create_test_file() 1054 GFile *target_file = g_file_get_child (tmpdir, target_basename); in check_test_file() 1138 symlink_target_file = g_file_get_child (tmpdir, g_file_info_get_symlink_target (info)); in check_test_file() [all …]
|
D | g-file.c | 456 files[2] = g_file_get_child (files[1], dir_holder); in roundtrip_parent_child() 471 files[5] = g_file_get_child (files[4], dir_holder); in roundtrip_parent_child()
|
/third_party/glib/gio/ |
D | gio-tool-trash.c | 62 child = g_file_get_child (file, g_file_info_get_name (info)); in delete_trash_file() 179 child = g_file_get_child (file, name); in trash_list()
|
D | gio-tool-move.c | 160 target = g_file_get_child (dest, basename); in handle_move()
|
D | gio-tool-tree.c | 181 child = g_file_get_child (f, name); in do_tree()
|
D | gio-tool-list.c | 68 child = g_file_get_child (parent, name); in show_file_listing()
|
D | gio-tool-copy.c | 165 target = g_file_get_child (dest, basename); in handle_copy()
|
D | gfileenumerator.c | 668 *out_child = g_file_get_child (g_file_enumerator_get_container (direnum), name); in g_file_enumerator_iterate() 738 return g_file_get_child (enumerator->priv->container, in g_file_enumerator_get_child()
|
D | gdummyfile.c | 372 return g_file_get_child (file, display_name); in g_dummy_file_get_child_for_display_name()
|
D | gresourcefile.c | 433 new_file = g_file_get_child (file, display_name); in g_resource_file_get_child_for_display_name()
|
D | gcontenttype.c | 1284 file = g_file_get_child (e->children[depth], name); in next_match_recurse()
|
D | gfile.h | 638 GFile * g_file_get_child (GFile *file,
|
D | glocalfile.c | 553 new_file = g_file_get_child (file, basename); in g_local_file_get_child_for_display_name()
|
D | gfile.c | 861 g_file_get_child (GFile *file, in g_file_get_child() function
|
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 440 new_file = g_file_get_child (file, basename); in g_winhttp_file_get_child_for_display_name()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 99 g_file_get_child
|