Home
last modified time | relevance | path

Searched refs:g_file_new_for_commandline_arg (Results 1 – 25 of 29) sorted by relevance

12

/third_party/glib/gio/tests/
Dg-icon.c150 location = g_file_new_for_commandline_arg ("/path/to/somewhere.png"); in test_g_icon_to_string()
162 location = g_file_new_for_commandline_arg ("/path/to/somewhere with whitespace.png"); in test_g_icon_to_string()
167 location = g_file_new_for_commandline_arg ("/path/to/somewhere%20with%20whitespace.png"); in test_g_icon_to_string()
179 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere.png"); in test_g_icon_to_string()
192 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere with whitespace.png"); in test_g_icon_to_string()
197 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere%20with%20whitespace.png"); in test_g_icon_to_string()
296 location = g_file_new_for_commandline_arg ("/path/to/somewhere.png"); in test_g_icon_serialize()
306 location = g_file_new_for_commandline_arg ("/path/to/somewhere with whitespace.png"); in test_g_icon_serialize()
311 location = g_file_new_for_commandline_arg ("/path/to/somewhere%20with%20whitespace.png"); in test_g_icon_serialize()
321 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere.png"); in test_g_icon_serialize()
Dlive-g-file.c261 root = g_file_new_for_commandline_arg ((char *) test_data); in test_create_structure()
506 root = g_file_new_for_commandline_arg ((char *) test_data); in test_initial_structure()
670 root = g_file_new_for_commandline_arg ((char *) test_data); in test_traverse_structure()
698 root = g_file_new_for_commandline_arg ((char *) test_data); in test_enumerate()
877 root = g_file_new_for_commandline_arg ((char *) test_data); in test_copy_move()
969 root = g_file_new_for_commandline_arg ((char *) test_data); in test_create()
1056 root = g_file_new_for_commandline_arg ((char *) test_data); in test_open()
1128 root = g_file_new_for_commandline_arg ((char *) test_data); in test_delete()
1198 root = g_file_new_for_commandline_arg ((char *) test_data); in test_make_directory_with_parents()
1348 root = g_file_new_for_commandline_arg ((char *) test_data); in prep_clean_structure()
Dgio-du.c131 GFile *file = g_file_new_for_commandline_arg (argv[i]); in main()
Dg-file.c287 file1 = g_file_new_for_commandline_arg (arg); in resolve_arg()
341 file = g_file_new_for_commandline_arg ("./"); in test_g_file_new_for_commandline_arg()
Dfilter-cat.c262 file = g_file_new_for_commandline_arg (locations[i]); in main()
Dgapplication.c176 file = g_file_new_for_commandline_arg ("foo");
/third_party/glib/gio/
Dgio-tool-move.c128 dest = g_file_new_for_commandline_arg (argv[argc - 1]); in handle_move()
155 source = g_file_new_for_commandline_arg (argv[i]); in handle_move()
Dgio-tool-copy.c134 dest = g_file_new_for_commandline_arg (argv[argc - 1]); in handle_copy()
161 source = g_file_new_for_commandline_arg (argv[i]); in handle_copy()
Dgio-tool-trash.c110 target = g_file_new_for_commandline_arg (orig_path); in restore_trash()
252 file = g_file_new_for_commandline_arg (argv[i]); in handle_trash()
Dgio-tool-rename.c83 file = g_file_new_for_commandline_arg (argv[1]); in handle_rename()
Dgio-tool-remove.c82 file = g_file_new_for_commandline_arg (argv[i]); in handle_remove()
Dgio-tool-mkdir.c85 file = g_file_new_for_commandline_arg (argv[i]); in handle_mkdir()
Dgio-tool-launch.c114 args = g_list_append (args, g_file_new_for_commandline_arg (argv[i])); in handle_launch()
Dgio-tool-open.c117 file = g_file_new_for_commandline_arg (argv[i]); in handle_open()
Dgio-tool-cat.c172 file = g_file_new_for_commandline_arg (argv[i]); in handle_cat()
Dgicon.c413 location = g_file_new_for_commandline_arg (str); in g_icon_new_for_string_simple()
597 file = g_file_new_for_commandline_arg (g_variant_get_string (val, NULL)); in g_icon_deserialize()
Dgio-tool-set.c184 file = g_file_new_for_commandline_arg (argv[1]); in handle_set()
Dgio-tool-save.c197 file = g_file_new_for_commandline_arg (argv[1]); in handle_save()
Dgio-tool-tree.c270 file = g_file_new_for_commandline_arg (argv[i]); in handle_tree()
Dgio-tool-list.c219 file = g_file_new_for_commandline_arg (argv[i]); in handle_list()
Dgio-tool-monitor.c153 file = g_file_new_for_commandline_arg (cmdline); in add_watch()
Dgapplicationcommandline.c833 return g_file_new_for_commandline_arg (arg); in g_application_command_line_create_file_for_arg()
Dgio-tool-info.c381 file = g_file_new_for_commandline_arg (argv[i]); in handle_info()
Dgapplication-tool.c392 file = g_file_new_for_commandline_arg (args[i]); in app_launch()
Dgio-tool-mount.c1238 file = g_file_new_for_commandline_arg (argv[i]); in handle_mount()

12