Home
last modified time | relevance | path

Searched refs:dest_fs_id (Results 1 – 13 of 13) sorted by relevance

/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/
H A Dtotalsizejob.cpp20 dest_fs_id{nullptr} {
64 … if(fs_id && dest_fs_id && (strcmp(fs_id, dest_fs_id) == 0 || g_str_has_prefix(fs_id, "trash"))) { in exec()
87 descend = (g_strcmp0(fs_id, dest_fs_id) == 0); in exec()
H A Dtotalsizejob.h51 const char* dest_fs_id; variable
/dports/x11/libfm-extra/libfm-1.3.2/src/job/
H A Dfm-deep-count-job.c266 if( g_strcmp0(fs_id, job->dest_fs_id) != 0 ) in deep_count_gio()
290 descend = (g_strcmp0(fs_id, job->dest_fs_id) == 0); in deep_count_gio()
370 dc->dest_fs_id = g_intern_string(fs_id); in fm_deep_count_job_set_dest()
H A Dfm-deep-count-job.h87 const char* dest_fs_id; member
H A Dfm-file-ops-job-xfer.c527 …if( job->type == FM_FILE_OP_UNTRASH || g_strcmp0(src_fs_id, job->dest_fs_id) == 0 ) /* same device… in _fm_file_ops_job_move_file()
799 …job->dest_fs_id = g_intern_string(g_file_info_get_attribute_string(inf, G_FILE_ATTRIBUTE_ID_FILESY… in _fm_file_ops_job_move_run()
819 fm_deep_count_job_set_dest(dc, dest_dev, job->dest_fs_id); in _fm_file_ops_job_move_run()
831 (long long unsigned int)job->total, job->dest_fs_id); in _fm_file_ops_job_move_run()
H A Dfm-file-ops-job.h99 const char* dest_fs_id; member
/dports/x11/libfm/libfm-1.3.2/src/job/
H A Dfm-deep-count-job.c266 if( g_strcmp0(fs_id, job->dest_fs_id) != 0 ) in deep_count_gio()
290 descend = (g_strcmp0(fs_id, job->dest_fs_id) == 0); in deep_count_gio()
370 dc->dest_fs_id = g_intern_string(fs_id); in fm_deep_count_job_set_dest()
H A Dfm-deep-count-job.h87 const char* dest_fs_id; member
H A Dfm-file-ops-job-xfer.c527 …if( job->type == FM_FILE_OP_UNTRASH || g_strcmp0(src_fs_id, job->dest_fs_id) == 0 ) /* same device… in _fm_file_ops_job_move_file()
799 …job->dest_fs_id = g_intern_string(g_file_info_get_attribute_string(inf, G_FILE_ATTRIBUTE_ID_FILESY… in _fm_file_ops_job_move_run()
819 fm_deep_count_job_set_dest(dc, dest_dev, job->dest_fs_id); in _fm_file_ops_job_move_run()
831 (long long unsigned int)job->total, job->dest_fs_id); in _fm_file_ops_job_move_run()
H A Dfm-file-ops-job.h99 const char* dest_fs_id; member
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file-operations.c2849 if (dest_fs_id) { in verify_destination()
2902 if (dest_fs_id) { in verify_destination()
2903 *dest_fs_id = in verify_destination()
4594 if (dest_fs_id) { in copy_files()
4658 char *dest_fs_id; in copy_job() local
4665 dest_fs_id = NULL; in copy_job()
4688 &dest_fs_id, in copy_job()
4699 dest_fs_id, in copy_job()
5098 if (dest_fs_id) { in move_files_prepare()
5154 if (dest_fs_id) { in move_files()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file-operations.c3041 if (dest_fs_id) { in verify_destination()
3094 if (dest_fs_id) { in verify_destination()
3095 *dest_fs_id = in verify_destination()
4806 if (dest_fs_id) { in copy_files()
4873 char *dest_fs_id; in copy_job() local
4880 dest_fs_id = NULL; in copy_job()
4903 &dest_fs_id, in copy_job()
4914 dest_fs_id, in copy_job()
5338 if (dest_fs_id) { in move_files_prepare()
5391 if (dest_fs_id) { in move_files()
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file-operations.c3717 if (dest_fs_id) in verify_destination()
3719 *dest_fs_id = NULL; in verify_destination()
3791 if (dest_fs_id) in verify_destination()
3793 *dest_fs_id = in verify_destination()
5863 const char *dest_fs_id, in copy_files() argument
5909 if (dest_fs_id) in copy_files()
6061 &dest_fs_id, in nautilus_file_operations_copy()
6073 dest_fs_id, in nautilus_file_operations_copy()
6499 if (dest_fs_id) in move_files_prepare()
6544 if (dest_fs_id) in move_files()
[all …]