HomeSort by: relevance | last modified time | path
    Searched refs:UV_FS_COPYFILE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-copyfile.c 53 ASSERT_EQ(req->fs_type, UV_FS_COPYFILE);
114 r = uv_fs_copyfile(NULL, &req, src, dst, -1, NULL);
121 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL);
132 r = uv_fs_copyfile(NULL, &req, src, src, 0, NULL);
144 r = uv_fs_copyfile(NULL, &req, fixture, dst, 0, NULL);
151 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL);
156 r = uv_fs_copyfile(NULL, &req, fixture, dst, 0, NULL);
163 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_EXCL, NULL);
171 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL);
178 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL)
    [all...]
  /src/external/mit/libuv/dist/include/
uv.h 1425 UV_FS_COPYFILE,
1492 * This flag can be used with uv_fs_copyfile() to return an error if the
1498 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1504 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1509 UV_EXTERN int uv_fs_copyfile(uv_loop_t* loop,
  /src/external/mit/libuv/dist/src/win/
fs.c 3630 int uv_fs_copyfile(uv_loop_t* loop, function
3638 INIT(UV_FS_COPYFILE);

Completed in 51 milliseconds