Home
last modified time | relevance | path

Searched refs:GMappedFile (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgmappedfile.h33 typedef struct _GMappedFile GMappedFile; typedef
35 GMappedFile *g_mapped_file_new (const gchar *filename,
38 gsize g_mapped_file_get_length (GMappedFile *file);
39 gchar *g_mapped_file_get_contents (GMappedFile *file);
40 void g_mapped_file_free (GMappedFile *file);
/external/bluetooth/glib/tests/
Dmapping-test.c78 static GMappedFile *
83 GMappedFile *map; in map_or_die()
101 GMappedFile *map; in child_main()
124 GMappedFile *map; in test_mapping()
141 GMappedFile *map; in test_private()
171 GMappedFile *map; in test_child_private()
/external/webkit/Source/WebCore/platform/network/soup/
DResourceHandleSoup.cpp530 GMappedFile* fileMapping = g_mapped_file_new(fileName.data(), false, &error.outPtr()); in addFormElementsToSoupMessage()
/external/bluetooth/glib/
DChangeLog.pre-2-8445 the doc comment. Free the GMappedFile struct.
453 Add an mmap() wrapper called GMappedFile. (#148218,
466 * tests/mapping-test.c: Tests for GMappedFile.
DNEWS2137 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1107 GMappedFile
/external/bluetooth/glib/docs/reference/
DChangeLog1996 * glib/glib-sections.txt: Add GMappedFile functions.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1630859 [GTK] soup backend should use GMappedFile instead of mmap directly
30861 Rewrite mmap code used to upload files to use GMappedFile, so that