HomeSort by relevance Sort by last modified time
    Searched refs:g_filename_to_uri (Results 1 - 13 of 13) sorted by null

  /external/bluetooth/glib/glib/
gconvert.h 108 #define g_filename_to_uri g_filename_to_uri_utf8 macro
126 gchar *g_filename_to_uri (const gchar *filename,
gconvert.c 1900 g_filename_to_uri (const gchar *filename, function
1938 #undef g_filename_to_uri macro
1941 g_filename_to_uri (const gchar *filename, function
    [all...]
galiasdef.c 506 #undef g_filename_to_uri macro
507 extern __typeof (g_filename_to_uri) g_filename_to_uri __attribute((alias("IA__g_filename_to_uri"), visibility("default")));
    [all...]
galias.h 499 extern __typeof (g_filename_to_uri) IA__g_filename_to_uri __attribute((visibility("hidden"))) G_GNUC_MALLOC;
500 #define g_filename_to_uri IA__g_filename_to_uri macro
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testdownload.c 50 tmpDir = g_filename_to_uri(g_get_tmp_dir(), NULL, NULL);
89 gchar *uri = g_filename_to_uri(filename, NULL, NULL);
110 gchar *uri = g_filename_to_uri(temporaryFilename, NULL, NULL);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 143 GOwnPtr<gchar> inspectorURI(g_filename_to_uri(inspectorPath.get(), 0, 0));
244 GOwnPtr<gchar> stringsURI(g_filename_to_uri(stringsPath.get(), 0, 0));
FrameLoaderClientGtk.cpp     [all...]
  /external/bluetooth/glib/tests/
uri-test.c 185 res = g_filename_to_uri (to_uri_tests[i].filename,
364 uri = g_filename_to_uri (to_uri_tests[i].filename,
370 g_print ("g_filename_to_uri failed unexpectedly: %s\n",
  /external/bluetooth/glib/gio/
glocalfile.c 374 return g_filename_to_uri (G_LOCAL_FILE (file)->filename, NULL, NULL);
    [all...]
glocalfileinfo.c 1278 uri = g_filename_to_uri (path, NULL, NULL);
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 583 milliseconds