Home
last modified time | relevance | path

Searched refs:g_file_get_contents (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
Dtestmimehandling.c55 g_file_get_contents("test.pdf", &contents, &length, &error); in server_callback()
64 g_file_get_contents("test.html", &contents, &length, &error); in server_callback()
75 g_file_get_contents("test.txt", &contents, &length, &error); in server_callback()
84 g_file_get_contents("test.ogg", &contents, &length, &error); in server_callback()
Dtestwebview.c56 g_file_get_contents("blank.ico", &contents, &length, &error); in server_callback()
/external/bluetooth/bluez/plugins/
Dformfactor.c90 if (g_file_get_contents(DMI_CHASSIS_FILE, in formfactor_probe()
92 if (g_file_get_contents(DMI_CHASSIS_FILE_FALLBACK, in formfactor_probe()
/external/bluetooth/glib/glib/
Dgfileutils.h82 #define g_file_get_contents g_file_get_contents_utf8 macro
89 gboolean g_file_get_contents (const gchar *filename,
Dgfileutils.c820 g_file_get_contents (const gchar *filename, in g_file_get_contents() function
1851 #undef g_file_get_contents
1854 g_file_get_contents (const gchar *filename, in g_file_get_contents() function
Dgaliasdef.c834 #undef g_file_get_contents
835 extern __typeof (g_file_get_contents) g_file_get_contents __attribute((alias("IA__g_file_get_conten…
Dgutils.c2360 if (!g_file_get_contents (config_file, &data, NULL, NULL)) in load_user_special_dirs()
Dgalias.h827 extern __typeof (g_file_get_contents) IA__g_file_get_contents __attribute((visibility("hidden")));
828 #define g_file_get_contents IA__g_file_get_contents macro
/external/bluetooth/glib/tests/
Dmapping-test.c154 if (!g_file_get_contents (filename, &buffer, &len, &error)) in test_private()
214 if (!g_file_get_contents (childname, &buffer, &len, &error)) in test_child_private()
Dmarkup-test.c153 if (!g_file_get_contents (filename, in test_file()
Dfile-test.c164 if (! g_file_get_contents (filename, &contents, &len, &error)) in test_get_contents()
Dunicode-encoding.c329 g_file_get_contents (testfile, &contents, NULL, &error); in main()
/external/webkit/Source/WebCore/platform/gtk/
DSharedBufferGtk.cpp39 if (!g_file_get_contents(filename.data(), &contents, &size, &error)) { in createWithContentsOfFile()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DImageGtk.cpp110 if (!g_file_get_contents(name.data(), &content.outPtr(), &length, 0)) in loadResourceSharedBuffer()
/external/bluetooth/glib/
DChangeLog.pre-2-20125 Bug 572464 – Doc for g_file_get_contents
127 * glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed
352 g_file_test(), g_file_get_contents(), g_mkstemp() and
DChangeLog.pre-2-8989 for g_file_get_contents().
1155 * glib/gfileutils.c (g_file_get_contents): In the Win32 ABI
1380 * glib/gfileutils.c (g_file_get_contents): Clarify the
DNEWS115 572464 Doc for g_file_get_contents
2717 * Fix file descriptor leak in g_file_get_contents() [Matthias]
DChangeLog.pre-2-0611 * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
2657 * gfileutils.[ch] (g_file_get_contents): Make length
4836 * gfileutils.c (g_file_get_contents): Convenience function
/external/bluetooth/glib/gio/
Dgcontenttype.c631 res = g_file_get_contents (filename, &data, &len, NULL); in load_comment_for_mime_helper()
1277 if (g_file_get_contents (filename, &text, &len, NULL)) in read_tree_magic_from_directory()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1091 g_file_get_contents
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662 g_file_get_contents() could return an error after allocating a