Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-fs-copyfile.js21 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 Dnode_constants.cc1274 #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 Dtest-fs-copyfile.c194 /* 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 Dfs.c1246 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 Dfs.c1357 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 Duv.h1501 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1372 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
/third_party/node/deps/uv/include/
H A Duv.h1389 #define UV_FS_COPYFILE_FICLONE 0x0002 macro
/third_party/libuv/src/win/
H A Dfs.c3293 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()
/third_party/node/deps/uv/src/win/
H A Dfs.c3306 UV_FS_COPYFILE_FICLONE | in uv_fs_copyfile()

Completed in 23 milliseconds