Lines Matching refs:uv_fs_copyfile
115 * linux,darwin: make `uv_fs_copyfile` behaves like `cp -r` (Juan José Arboleda)
1426 * linux: use copy_file_range for uv_fs_copyfile when possible (Carter Li)
1467 * unix: handle src, dest same in uv_fs_copyfile() (cjihrig)
1983 * unix: update uv_fs_copyfile() fallback logic (Stefan Bender)
2153 * fs: fix uv_fs_copyfile if same src and dst (Santiago Gimeno)
2691 * unix: set errno in uv_fs_copyfile() (cjihrig)
3043 * unix: use fchmod() in uv_fs_copyfile() (cjihrig)
3047 * unix: truncate destination in uv_fs_copyfile() (Nick Logan)
3114 * unix,win: check for bad flags in uv_fs_copyfile() (cjihrig)
3132 * unix: handle partial sends in uv_fs_copyfile() (A. Hauptmann)
3212 * unix, windows: add basic uv_fs_copyfile() (cjihrig)