Searched refs:UV_FS_COPYFILE_FICLONE_FORCE (Results 1 – 6 of 6) sorted by relevance
208 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_FICLONE_FORCE, in TEST_IMPL()
1375 req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()1382 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()1388 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()2298 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
394 - `UV_FS_COPYFILE_FICLONE_FORCE`: If present, `uv_fs_copyfile()` will408 `UV_FS_COPYFILE_FICLONE_FORCE` are supported.411 `UV_FS_COPYFILE_FICLONE_FORCE`, that error is returned. Previously,
2196 if (flags & UV_FS_COPYFILE_FICLONE_FORCE) { in fs__copyfile()3438 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
1494 #define UV_FS_COPYFILE_FICLONE_FORCE 0x0004 macro
2802 * unix,win: add UV_FS_COPYFILE_FICLONE_FORCE support (cjihrig)
Completed in 33 milliseconds