Home
last modified time | relevance | path

Searched refs:total_size_on_disk (Results 1 – 7 of 7) sorted by relevance

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-search-directory-file.c123 goffset *total_size_on_disk) in search_directory_file_get_deep_counts() argument
164 if (total_size_on_disk != NULL) in search_directory_file_get_deep_counts()
167 *total_size_on_disk = 0; in search_directory_file_get_deep_counts()
H A Dcaja-vfs-file.c250 goffset *total_size_on_disk) in vfs_file_get_deep_counts() argument
270 if (total_size_on_disk != NULL) in vfs_file_get_deep_counts()
272 *total_size_on_disk = 0; in vfs_file_get_deep_counts()
298 if (total_size_on_disk != NULL) in vfs_file_get_deep_counts()
300 *total_size_on_disk = file->details->deep_size_on_disk; in vfs_file_get_deep_counts()
H A Dcaja-desktop-icon-file.c122 goffset *total_size_on_disk) in desktop_icon_file_get_deep_counts() argument
140 if (total_size_on_disk != NULL) in desktop_icon_file_get_deep_counts()
142 *total_size_on_disk = 0; in desktop_icon_file_get_deep_counts()
H A Dcaja-desktop-directory-file.c418 goffset *total_size_on_disk) in desktop_directory_file_get_deep_counts() argument
430 total_size_on_disk, in desktop_directory_file_get_deep_counts()
H A Dcaja-file.h225 goffset *total_size_on_disk,
561 goffset *total_size_on_disk);
H A Dcaja-file.c5208 goffset *total_size_on_disk, in caja_file_get_deep_counts() argument
5223 if (total_size_on_disk != NULL) { in caja_file_get_deep_counts()
5224 *total_size_on_disk = 0; in caja_file_get_deep_counts()
5244 total_size_on_disk)); in caja_file_get_deep_counts()
6355 goffset total_size_on_disk; in caja_file_get_deep_count_as_string_internal() local
6377 &total_size_on_disk, in caja_file_get_deep_count_as_string_internal()
6419 return g_format_size_full (total_size_on_disk, G_FORMAT_SIZE_IEC_UNITS); in caja_file_get_deep_count_as_string_internal()
6421 return g_format_size (total_size_on_disk); in caja_file_get_deep_count_as_string_internal()
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-properties-window.c132 goffset total_size_on_disk; member
2226 goffset total_size_on_disk; in directory_contents_value_field_update() local
2240 total_size_on_disk = window->details->total_size_on_disk; in directory_contents_value_field_update()
2261 total_size_on_disk += file_size_on_disk; in directory_contents_value_field_update()
2273 total_size_on_disk += caja_file_get_size_on_disk (file); in directory_contents_value_field_update()
2308 size_on_disk_str = g_format_size_full (total_size_on_disk, G_FORMAT_SIZE_IEC_UNITS); in directory_contents_value_field_update()
2311 size_on_disk_str = g_format_size (total_size_on_disk); in directory_contents_value_field_update()