Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-fs-copyfile.js22 UV_FS_COPYFILE_FICLONE_FORCE
44 assert.strictEqual(typeof UV_FS_COPYFILE_FICLONE_FORCE, 'number');
47 assert.strictEqual(COPYFILE_FICLONE_FORCE, UV_FS_COPYFILE_FICLONE_FORCE);
/third_party/node/src/
H A Dnode_constants.cc1281 #ifdef UV_FS_COPYFILE_FICLONE_FORCE in DefineSystemConstants()
1282 # define COPYFILE_FICLONE_FORCE UV_FS_COPYFILE_FICLONE_FORCE in DefineSystemConstants()
1283 NODE_DEFINE_CONSTANT(target, UV_FS_COPYFILE_FICLONE_FORCE); in DefineSystemConstants()
/third_party/libuv/test/
H A Dtest-fs-copyfile.c200 /* Copies file using UV_FS_COPYFILE_FICLONE_FORCE. */ in TEST_IMPL()
202 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_FICLONE_FORCE, in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dfs.c1247 req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
1254 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
1260 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
2170 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1358 req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
1365 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
1371 if (req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { in uv__fs_copyfile()
2238 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
/third_party/libuv/src/win/
H A Dfs.c2053 if (flags & UV_FS_COPYFILE_FICLONE_FORCE) { in fs__copyfile()
3294 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
/third_party/node/deps/uv/src/win/
H A Dfs.c2072 if (flags & UV_FS_COPYFILE_FICLONE_FORCE) { in fs__copyfile()
3307 UV_FS_COPYFILE_FICLONE_FORCE)) { in uv_fs_copyfile()
/third_party/libuv/include/
H A Duv.h1507 #define UV_FS_COPYFILE_FICLONE_FORCE 0x0004 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1378 #define UV_FS_COPYFILE_FICLONE_FORCE 0x0004 macro
/third_party/node/deps/uv/include/
H A Duv.h1395 #define UV_FS_COPYFILE_FICLONE_FORCE 0x0004 macro

Completed in 26 milliseconds