Searched refs:COPYFILE_FICLONE (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-copyfile.js | 18 COPYFILE_FICLONE, 40 assert.strictEqual(typeof COPYFILE_FICLONE, 'number'); 46 assert.strictEqual(COPYFILE_FICLONE, UV_FS_COPYFILE_FICLONE);
|
D | test-module-loading-globalpaths.js | 7 const { COPYFILE_FICLONE } = fs.constants; 32 fs.copyFileSync(process.execPath, testExecPath, COPYFILE_FICLONE);
|
D | test-child-process-fork-exec-path.js | 51 fs.copyFileSync(nodePath, copyPath, fs.constants.COPYFILE_FICLONE);
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 72 COPYFILE_FICLONE, 121 COPYFILE_FICLONE, 125 COPYFILE_FICLONE |
|
/third_party/node/src/ |
D | node_constants.cc | 1275 # 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/ |
D | constants.d.ts | 186 COPYFILE_FICLONE: 2;
|
/third_party/node/doc/api/ |
D | fs.md | 932 `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>
|