/external/webkit/Source/WebKit/gtk/tests/ |
D | testmimehandling.c | 55 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()
|
D | testwebview.c | 56 g_file_get_contents("blank.ico", &contents, &length, &error); in server_callback()
|
/external/bluetooth/bluez/plugins/ |
D | formfactor.c | 90 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/ |
D | gfileutils.h | 82 #define g_file_get_contents g_file_get_contents_utf8 macro 89 gboolean g_file_get_contents (const gchar *filename,
|
D | gfileutils.c | 820 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
|
D | galiasdef.c | 834 #undef g_file_get_contents 835 extern __typeof (g_file_get_contents) g_file_get_contents __attribute((alias("IA__g_file_get_conten…
|
D | gutils.c | 2360 if (!g_file_get_contents (config_file, &data, NULL, NULL)) in load_user_special_dirs()
|
D | galias.h | 827 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/ |
D | mapping-test.c | 154 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()
|
D | markup-test.c | 153 if (!g_file_get_contents (filename, in test_file()
|
D | file-test.c | 164 if (! g_file_get_contents (filename, &contents, &len, &error)) in test_get_contents()
|
D | unicode-encoding.c | 329 g_file_get_contents (testfile, &contents, NULL, &error); in main()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | SharedBufferGtk.cpp | 39 if (!g_file_get_contents(filename.data(), &contents, &size, &error)) { in createWithContentsOfFile()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | ImageGtk.cpp | 110 if (!g_file_get_contents(name.data(), &content.outPtr(), &length, 0)) in loadResourceSharedBuffer()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-20 | 125 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
|
D | ChangeLog.pre-2-8 | 989 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
|
D | NEWS | 115 572464 Doc for g_file_get_contents 2717 * Fix file descriptor leak in g_file_get_contents() [Matthias]
|
D | ChangeLog.pre-2-0 | 611 * 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/ |
D | gcontenttype.c | 631 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/ |
D | glib-sections.txt | 1091 g_file_get_contents
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 62 g_file_get_contents() could return an error after allocating a
|