Home
last modified time | relevance | path

Searched refs:errorOnExist (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Dpolyfill.js62 errorOnExist: false, property
296 } else if (opts.errorOnExist) {
/third_party/node/test/parallel/
Dtest-fs-cp.mjs373 // It throws error if errorOnExist is true, force is false, and file or folder
382 errorOnExist: true, property
735 // It returns error if errorOnExist is true, force is false, and file or folder
743 errorOnExist: true, property
928 errorOnExist: true, property
/third_party/node/lib/internal/fs/
Dutils.js748 errorOnExist: false, property
775 validateBoolean(options.errorOnExist, 'options.errorOnExist');
/third_party/node/lib/internal/fs/cp/
Dcp-sync.js217 } else if (opts.errorOnExist) {
Dcp.js248 } else if (opts.errorOnExist) {
/third_party/node/doc/api/
Dfs.md991 * `errorOnExist` {boolean} when `force` is `false`, and the destination
1001 exists. Use the `errorOnExist` option to change this behavior.
2319 * `errorOnExist` {boolean} when `force` is `false`, and the destination
2329 exists. Use the `errorOnExist` option to change this behavior.
5184 * `errorOnExist` {boolean} when `force` is `false`, and the destination
5193 exists. Use the `errorOnExist` option to change this behavior.
Derrors.md1295 [`fs.cp()`][], with the `force` and `errorOnExist` set to `true`.
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs10555 } else if (opts.errorOnExist) {
10761 } else if (opts.errorOnExist) {
11778 errorOnExist: true
11857 errorOnExist: true