Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-fs-copyfile.js20 UV_FS_COPYFILE_EXCL,
42 assert.strictEqual(typeof UV_FS_COPYFILE_EXCL, 'number');
45 assert.strictEqual(COPYFILE_EXCL, UV_FS_COPYFILE_EXCL);
/third_party/node/src/
H A Dnode_constants.cc1267 #ifdef UV_FS_COPYFILE_EXCL in DefineSystemConstants()
1268 # define COPYFILE_EXCL UV_FS_COPYFILE_EXCL in DefineSystemConstants()
1269 NODE_DEFINE_CONSTANT(target, UV_FS_COPYFILE_EXCL); in DefineSystemConstants()
/third_party/libuv/test/
H A Dtest-fs-copyfile.c157 r = uv_fs_copyfile(NULL, &req, fixture, dst, UV_FS_COPYFILE_EXCL, NULL); in TEST_IMPL()
/third_party/libuv/src/unix/
H A Dfs.c1175 if (req->flags & UV_FS_COPYFILE_EXCL) in uv__fs_copyfile()
1194 if ((req->flags & UV_FS_COPYFILE_EXCL) == 0) { in uv__fs_copyfile()
2168 if (flags & ~(UV_FS_COPYFILE_EXCL | in uv_fs_copyfile()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1298 if (req->flags & UV_FS_COPYFILE_EXCL) in uv__fs_copyfile()
1317 if ((req->flags & UV_FS_COPYFILE_EXCL) == 0) { in uv__fs_copyfile()
2236 if (flags & ~(UV_FS_COPYFILE_EXCL | in uv_fs_copyfile()
/third_party/libuv/src/win/
H A Dfs.c2058 overwrite = flags & UV_FS_COPYFILE_EXCL; in fs__copyfile()
3292 if (flags & ~(UV_FS_COPYFILE_EXCL | in uv_fs_copyfile()
/third_party/node/deps/uv/src/win/
H A Dfs.c2077 overwrite = flags & UV_FS_COPYFILE_EXCL; in fs__copyfile()
3305 if (flags & ~(UV_FS_COPYFILE_EXCL | in uv_fs_copyfile()
/third_party/libuv/include/
H A Duv.h1495 #define UV_FS_COPYFILE_EXCL 0x0001 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1366 #define UV_FS_COPYFILE_EXCL 0x0001 macro
/third_party/node/deps/uv/include/
H A Duv.h1383 #define UV_FS_COPYFILE_EXCL 0x0001 macro

Completed in 26 milliseconds