Home
last modified time | relevance | path

Searched refs:g_file_new_for_uri (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dg-file.c72 file = g_file_new_for_uri (uris[i++]); in test_g_file_new_null()
89 file1 = g_file_new_for_uri (path1); in compare_two_files()
90 file2 = g_file_new_for_uri (path2); in compare_two_files()
178 file1 = g_file_new_for_uri (path); in dup_equals()
228 file1 = g_file_new_for_uri (path); in parse_check_utf8()
361 file1 = g_file_new_for_uri (dir1); in get_relative_path()
362 file2 = g_file_new_for_uri (dir2); in get_relative_path()
444 files[0] = g_file_new_for_uri (path); in roundtrip_parent_child()
445 files[1] = g_file_new_for_uri (path); in roundtrip_parent_child()
Dg-icon.c50 location = g_file_new_for_uri (uri); in test_g_icon_serialize()
63 location = g_file_new_for_uri (uri); in test_g_icon_serialize()
76 location = g_file_new_for_uri (uri); in test_g_icon_serialize()
90 location = g_file_new_for_uri (uri); in test_g_icon_serialize()
215 location = g_file_new_for_uri ("file:///some/path/somewhere.png"); in test_g_icon_serialize()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitdownload.cpp443 GFile* file = g_file_new_for_uri(uri); in webkit_download_open_stream_for_uri()
686 GFile* src = g_file_new_for_uri(priv->destinationURI); in webkit_download_set_destination_uri()
687 GFile* dest = g_file_new_for_uri(destination_uri); in webkit_download_set_destination_uri()
/external/bluetooth/glib/gio/
Dgfileicon.c251 file = g_file_new_for_uri (tokens[0]); in g_file_icon_from_tokens()
Dgappinfo.c632 file = g_file_new_for_uri (uri); in g_app_info_launch_default_for_uri()
Dgio.symbols234 g_file_new_for_uri
Dgfile.h439 GFile * g_file_new_for_uri (const char *uri);
Dgdesktopappinfo.c521 file = g_file_new_for_uri (uri); in expand_macro_single()
955 file = g_file_new_for_uri ((char *)start->data); in uri_list_segment_to_files()
Dgfile.c4885 g_file_new_for_uri (const char *uri) in g_file_new_for_uri() function
4961 return g_file_new_for_uri (arg); in g_file_new_for_commandline_arg()
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt38 g_file_new_for_uri
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp472 GRefPtr<GFile> testFile(adoptGRef(g_file_new_for_uri(mainFrameURI))); in beginDragWithFilesCallback()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp1218 GFile* errorFile = g_file_new_for_uri(errorURI); in dispatchDidFailLoad()