Home
last modified time | relevance | path

Searched refs:uv_fs_copyfile (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-fs-copyfile.c108 r = uv_fs_copyfile(NULL, &req, src, dst, -1, NULL); in TEST_IMPL()
115 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL); in TEST_IMPL()
126 r = uv_fs_copyfile(NULL, &req, src, src, 0, NULL); in TEST_IMPL()
138 r = uv_fs_copyfile(NULL, &req, fixture, dst, 0, NULL); in TEST_IMPL()
145 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL); in TEST_IMPL()
150 r = uv_fs_copyfile(NULL, &req, fixture, dst, 0, NULL); in TEST_IMPL()
157 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_EXCL, NULL); in TEST_IMPL()
165 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL); in TEST_IMPL()
172 r = uv_fs_copyfile(NULL, &req, src, dst, 0, NULL); in TEST_IMPL()
179 r = uv_fs_copyfile(loo in TEST_IMPL()
[all...]
H A Dtest-fs.c4248 r = uv_fs_copyfile(NULL, NULL, NULL, NULL, 0, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc1994 uv_fs_copyfile, *src, *dest, flags); in CopyFile()
2000 uv_fs_copyfile, *src, *dest, flags); in CopyFile()
/third_party/libuv/src/unix/
H A Dfs.c2160 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
/third_party/libuv/include/
H A Duv.h1492 * 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,
/third_party/libuv/include/uv_ndk/
H A Duv.h1363 * This flag can be used with uv_fs_copyfile() to return an error if the
1369 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1375 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1380 UV_EXTERN int uv_fs_copyfile(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1380 * This flag can be used with uv_fs_copyfile() to return an error if the
1386 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1392 * This flag can be used with uv_fs_copyfile() to attempt to create a reflink.
1397 UV_EXTERN int uv_fs_copyfile(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2228 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
/third_party/libuv/src/win/
H A Dfs.c3282 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3295 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function

Completed in 30 milliseconds