vfs_clone_file_by_path  306 lib/vfs/vfs.h  int vfs_clone_file_by_path (const vfs_path_t *dest_vpath, const vfs_path_t *src_vpath,
vfs_clone_file_by_path 2607 src/filemanager/file.c         if (vfs_clone_file_by_path (dst_vpath, src_vpath, ctx->preserve_uidgid) == 0)
vfs_clone_file_by_path  213 tests/lib/vfs/vfs_clone_file.c     vfs_clone_file_by_path (vpath1, vpath2, TRUE);