Home
last modified time | relevance | path

Searched refs:fops_get_dst_dir (Results 1 – 5 of 5) sorted by relevance

/dports/misc/vifm/vifm-0.11/src/
H A Dfops_common.c801 snprintf(buf, buf_len, "%s/%s", fops_get_dst_dir(view, -1), path); in fops_check_dir_path()
809 copy_str(buf, buf_len, fops_get_dst_dir(view, -1)); in fops_check_dir_path()
1094 return fops_is_dir_writable(DR_DESTINATION, fops_get_dst_dir(view, at)); in fops_view_can_be_extended()
1098 fops_get_dst_dir(const view_t *view, int at) in fops_get_dst_dir() function
H A Dfops_common.h199 const char * fops_get_dst_dir(const struct view_t *view, int at);
H A Dfops_misc.c635 copy_str(dst_path, sizeof(dst_path), fops_get_dst_dir(view, -1)); in fops_clone()
839 const char *const dst_dir = fops_get_dst_dir(view, at); in fops_mkdirs()
919 const char *const dst_dir = fops_get_dst_dir(view, at); in fops_mkfiles()
H A Dfops_put.c111 const char *const dst_dir = fops_get_dst_dir(view, at); in fops_put_bg()
269 const char *const dst_dir = fops_get_dst_dir(view, at); in initiate_put_files()
H A Dfops_cpmv.c359 copy_str(dst_path, dst_path_len, fops_get_dst_dir(other, -1)); in cpmv_prepare()