Home
last modified time | relevance | path

Searched refs:COPYFILE_EXCL (Results 1 - 5 of 5) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-copyfile.js17 COPYFILE_EXCL,
39 assert.strictEqual(typeof COPYFILE_EXCL, 'number');
45 assert.strictEqual(COPYFILE_EXCL, UV_FS_COPYFILE_EXCL);
83 fs.copyFile(src, dest, COPYFILE_EXCL, common.mustCall((err) => {
H A Dtest-fs-error-messages.js45 const { COPYFILE_EXCL } = fs.constants;
678 // copyFile: destination exists but the COPYFILE_EXCL flag is provided.
699 fs.copyFile(existingFile, existingFile2, COPYFILE_EXCL,
703 () => fs.copyFileSync(existingFile, existingFile2, COPYFILE_EXCL),
720 fs.copyFile(nonexistentFile, existingFile2, COPYFILE_EXCL,
724 () => fs.copyFileSync(nonexistentFile, existingFile2, COPYFILE_EXCL),
/third_party/node/lib/internal/fs/
H A Dutils.js72 COPYFILE_EXCL,
116 // The copy modes can be any of COPYFILE_EXCL, COPYFILE_FICLONE or
118 // (COPYFILE_EXCL | COPYFILE_FICLONE | COPYFILE_FICLONE_FORCE).
121 COPYFILE_EXCL,
125 const kMaximumCopyMode = COPYFILE_EXCL |
/third_party/node/src/
H A Dnode_constants.cc1268 # define COPYFILE_EXCL UV_FS_COPYFILE_EXCL in DefineSystemConstants() macro
1270 NODE_DEFINE_CONSTANT(target, COPYFILE_EXCL); in DefineSystemConstants()
1271 # undef COPYFILE_EXCL in DefineSystemConstants() macro
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4750 pub const COPYFILE_EXCL: ::copyfile_flags_t = 1 << 17; consts

Completed in 15 milliseconds