Home
last modified time | relevance | path

Searched refs:COPYFILE_FICLONE (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-copyfile.js18 COPYFILE_FICLONE,
40 assert.strictEqual(typeof COPYFILE_FICLONE, 'number');
46 assert.strictEqual(COPYFILE_FICLONE, UV_FS_COPYFILE_FICLONE);
Dtest-module-loading-globalpaths.js7 const { COPYFILE_FICLONE } = fs.constants;
32 fs.copyFileSync(process.execPath, testExecPath, COPYFILE_FICLONE);
Dtest-child-process-fork-exec-path.js51 fs.copyFileSync(nodePath, copyPath, fs.constants.COPYFILE_FICLONE);
/third_party/node/lib/internal/fs/
Dutils.js72 COPYFILE_FICLONE,
121 COPYFILE_FICLONE,
125 COPYFILE_FICLONE |
/third_party/node/src/
Dnode_constants.cc1275 # define COPYFILE_FICLONE UV_FS_COPYFILE_FICLONE in DefineSystemConstants() macro
1277 NODE_DEFINE_CONSTANT(target, COPYFILE_FICLONE); in DefineSystemConstants()
1278 # undef COPYFILE_FICLONE in DefineSystemConstants()
/third_party/node/typings/internalBinding/
Dconstants.d.ts186 COPYFILE_FICLONE: 2;
/third_party/node/doc/api/
Dfs.md932 `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`)
936 * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create
2267 `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
2271 * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
5141 `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
5145 * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
7326 <td><code>COPYFILE_FICLONE</code></td>