Searched refs:UV_FS_COPYFILE_FICLONE (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-copyfile.js | 21 UV_FS_COPYFILE_FICLONE, 43 assert.strictEqual(typeof UV_FS_COPYFILE_FICLONE, 'number'); 46 assert.strictEqual(COPYFILE_FICLONE, UV_FS_COPYFILE_FICLONE); 59 // Verify that UV_FS_COPYFILE_FICLONE can be used. 61 fs.copyFileSync(src, dest, UV_FS_COPYFILE_FICLONE);
|
/third_party/node/src/ |
H A D | node_constants.cc | 1274 #ifdef UV_FS_COPYFILE_FICLONE in DefineSystemConstants() 1275 # define COPYFILE_FICLONE UV_FS_COPYFILE_FICLONE in DefineSystemConstants() 1276 NODE_DEFINE_CONSTANT(target, UV_FS_COPYFILE_FICLONE); in DefineSystemConstants()
|
/third_party/libuv/test/ |
H A D | test-fs-copyfile.c | 194 /* Copies file using UV_FS_COPYFILE_FICLONE. */ in TEST_IMPL() 196 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_FICLONE, NULL); in TEST_IMPL()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1246 if (req->flags & UV_FS_COPYFILE_FICLONE || in uv__fs_copyfile() 2169 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1357 if (req->flags & UV_FS_COPYFILE_FICLONE || in uv__fs_copyfile() 2237 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()
|
/third_party/libuv/include/ |
H A D | uv.h | 1501 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1372 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1389 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3293 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3306 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()
|
Completed in 23 milliseconds