Home
last modified time | relevance | path

Searched refs:g_mapped_file_get_length (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/tests/
Dmapping-test.c130 g_mapped_file_get_length (map)); in child_main()
145 g_assert (g_mapped_file_get_length (map) == 3); in test_mapping()
149 g_assert (g_mapped_file_get_length (map) == 3); in test_mapping()
/third_party/glib/glib/
Dgmappedfile.h43 gsize g_mapped_file_get_length (GMappedFile *file);
Dgmappedfile.c319 g_mapped_file_get_length (GMappedFile *file) in g_mapped_file_get_length() function
Dgtimezone.c551 g_mapped_file_get_length (file), in zone_info_unix()
/third_party/glib/gio/
Dthumbnail-verify.c247 g_mapped_file_get_length (file)); in thumbnail_verify()
/third_party/gstreamer/gstplugins_base/tests/examples/app/
Dappsrc-stream2.c180 app->length = g_mapped_file_get_length (app->file); in main()
Dappsrc-ra.c186 app->length = g_mapped_file_get_length (app->file); in main()
Dappsrc-seekable.c190 app->length = g_mapped_file_get_length (app->file); in main()
Dappsrc-stream.c209 app->length = g_mapped_file_get_length (app->file); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklangtables.c213 xml_len = g_mapped_file_get_length (f); in main()
Dlang.c158 xml_len = g_mapped_file_get_length (f); in gst_tag_load_iso_639_xml()
/third_party/libsoup/examples/
Dsimple-httpd.c131 g_mapped_file_get_length (mapping), in do_get()
/third_party/gstreamer/gstreamer/gst/
Dgstregistrybinary.c621 size = g_mapped_file_get_length (mapped); in priv_gst_registry_binary_read_cache()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1673 g_mapped_file_get_length
/third_party/glib/glib/tests/
Dstrfuncs.c1755 g_assert_cmpint (g_mapped_file_get_length (file), ==, 4096); in test_bounds()