Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-desktop-icon-file.c103 gboolean *count_unreadable) in desktop_icon_file_get_item_count() argument
109 if (count_unreadable != NULL) in desktop_icon_file_get_item_count()
111 *count_unreadable = FALSE; in desktop_icon_file_get_item_count()
H A Dcaja-vfs-file.c223 gboolean *count_unreadable) in vfs_file_get_item_count() argument
225 if (count_unreadable != NULL) in vfs_file_get_item_count()
227 *count_unreadable = file->details->directory_count_failed; in vfs_file_get_item_count()
H A Dcaja-desktop-directory-file.c393 gboolean *count_unreadable) in desktop_directory_file_get_item_count() argument
402 count_unreadable); in desktop_directory_file_get_item_count()
H A Dcaja-search-directory-file.c101 gboolean *count_unreadable) in search_directory_file_get_item_count() argument
H A Dcaja-file.h218 gboolean *count_unreadable);
555 gboolean *count_unreadable);
H A Dcaja-file.c5160 gboolean *count_unreadable) in caja_file_get_directory_item_count() argument
5165 if (count_unreadable != NULL) { in caja_file_get_directory_item_count()
5166 *count_unreadable = FALSE; in caja_file_get_directory_item_count()
5181 get_item_count, (file, count, count_unreadable)); in caja_file_get_directory_item_count()
6251 gboolean count_unreadable; in caja_file_get_size_as_string() local
6261 if (!caja_file_get_directory_item_count (file, &item_count, &count_unreadable)) { in caja_file_get_size_as_string()
6300 gboolean count_unreadable; in caja_file_get_size_as_string_with_real_size() local
6670 gboolean count_unreadable; in caja_file_get_string_attribute_with_default_q() local
6686 count_unreadable = FALSE; in caja_file_get_string_attribute_with_default_q()
6688 caja_file_get_directory_item_count (file, &item_count, &count_unreadable); in caja_file_get_string_attribute_with_default_q()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-desktop-icon-file.c101 gboolean *count_unreadable) in desktop_icon_file_get_item_count() argument
106 if (count_unreadable != NULL) { in desktop_icon_file_get_item_count()
107 *count_unreadable = FALSE; in desktop_icon_file_get_item_count()
H A Dnemo-vfs-file.c205 gboolean *count_unreadable) in vfs_file_get_item_count() argument
207 if (count_unreadable != NULL) { in vfs_file_get_item_count()
208 *count_unreadable = file->details->directory_count_failed; in vfs_file_get_item_count()
H A Dnemo-search-directory-file.c98 gboolean *count_unreadable) in search_directory_file_get_item_count() argument
H A Dnemo-desktop-directory-file.c396 gboolean *count_unreadable) in desktop_directory_file_get_item_count() argument
405 count_unreadable); in desktop_directory_file_get_item_count()
H A Dnemo-file.h238 gboolean *count_unreadable);
578 gboolean *count_unreadable);
H A Dnemo-file.c5243 gboolean *count_unreadable) in nemo_file_get_directory_item_count() argument
5248 if (count_unreadable != NULL) { in nemo_file_get_directory_item_count()
5249 *count_unreadable = FALSE; in nemo_file_get_directory_item_count()
5263 (file, count, count_unreadable); in nemo_file_get_directory_item_count()
6350 gboolean count_unreadable; in nemo_file_get_size_as_string() local
6359 if (!nemo_file_get_directory_item_count (file, &item_count, &count_unreadable)) { in nemo_file_get_size_as_string()
6388 gboolean count_unreadable; in nemo_file_get_size_as_string_with_real_size() local
6755 gboolean count_unreadable; in nemo_file_get_string_attribute_with_default_q() local
6771 count_unreadable = FALSE; in nemo_file_get_string_attribute_with_default_q()
6773 nemo_file_get_directory_item_count (file, &item_count, &count_unreadable); in nemo_file_get_string_attribute_with_default_q()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-search-directory-file.c99 gboolean *count_unreadable) in search_directory_file_get_item_count() argument
H A Dnautilus-file.h234 gboolean *count_unreadable);
573 gboolean *count_unreadable);
H A Dnautilus-file.c5729 if (count_unreadable != NULL) in nautilus_file_get_directory_item_count()
5731 *count_unreadable = FALSE; in nautilus_file_get_directory_item_count()
5747 (file, count, count_unreadable); in nautilus_file_get_directory_item_count()
6925 gboolean count_unreadable; in nautilus_file_get_size_as_string() local
6966 gboolean count_unreadable; in nautilus_file_get_size_as_string_with_real_size() local
7364 gboolean count_unreadable; in nautilus_file_get_string_attribute_with_default_q() local
7383 count_unreadable = FALSE; in nautilus_file_get_string_attribute_with_default_q()
7388 return g_strdup (count_unreadable ? "—" : "…"); in nautilus_file_get_string_attribute_with_default_q()
9113 gboolean *count_unreadable) in real_get_item_count() argument
9115 if (count_unreadable != NULL) in real_get_item_count()
[all …]