Searched refs:uv_fs_copyfile (Results 1 - 10 of 10) sorted by relevance
/third_party/libuv/test/ |
H A D | test-fs-copyfile.c | 108 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 D | test-fs.c | 4248 r = uv_fs_copyfile(NULL, NULL, NULL, NULL, 0, NULL); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_file.cc | 1994 uv_fs_copyfile, *src, *dest, flags); in CopyFile() 2000 uv_fs_copyfile, *src, *dest, flags); in CopyFile()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 2160 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
|
/third_party/libuv/include/ |
H A D | uv.h | 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,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1363 * 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 D | uv.h | 1380 * 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 D | fs.c | 2228 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3282 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3295 int uv_fs_copyfile(uv_loop_t* loop, in uv_fs_copyfile() function
|
Completed in 30 milliseconds