Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-move.c62 current_size = g_format_size (current_num_bytes); in show_progress()
63 total_size = g_format_size (total_num_bytes); in show_progress()
64 rate = g_format_size (current_num_bytes / in show_progress()
Dgio-tool-copy.c69 current_size = g_format_size (current_num_bytes); in show_progress()
70 total_size = g_format_size (total_num_bytes); in show_progress()
71 rate = g_format_size (current_num_bytes / in show_progress()
/third_party/glib/glib/
Dgutils.h315 gchar *g_format_size (guint64 size);
317 GLIB_DEPRECATED_IN_2_30_FOR(g_format_size)
Dgutils.c2708 g_format_size (guint64 size) in g_format_size() function
/third_party/glib/glib/tests/
Dfileutils.c685 check_string (g_format_size (0), "0 bytes"); in test_format_size_for_display()
686 check_string (g_format_size (1), "1 byte"); in test_format_size_for_display()
687 check_string (g_format_size (2), "2 bytes"); in test_format_size_for_display()
689 check_string (g_format_size (1000ULL), "1.0\302\240kB"); in test_format_size_for_display()
690 check_string (g_format_size (1000ULL * 1000), "1.0\302\240MB"); in test_format_size_for_display()
691 check_string (g_format_size (1000ULL * 1000 * 1000), "1.0\302\240GB"); in test_format_size_for_display()
692 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000), "1.0\302\240TB"); in test_format_size_for_display()
693 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000 * 1000), "1.0\302\240PB"); in test_format_size_for_display()
694 check_string (g_format_size (1000ULL * 1000 * 1000 * 1000 * 1000 * 1000), "1.0\302\240EB"); in test_format_size_for_display()
/third_party/libsoup/libsoup/
Dsoup-directory-input-stream.c71 size = g_format_size (raw_size); in G_DEFINE_TYPE()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2190 g_format_size
/third_party/glib/
DNEWS1759 - #429 g_format_size() is broken on Windows
2047 * g_format_size() now uses a no-break space to separate digits and units;
8010 - deprecate g_format_size_for_display, add g_format_size(_full)