/third_party/node/test/parallel/ |
D | test-fs-rmdir-recursive.js | 154 maxRetries: 0, property 159 maxRetries: 5, property 167 maxRetries: 99 property 170 maxRetries: 99, property 203 validateRmdirOptions({ maxRetries: -1 }); property
|
D | test-fs-rm.js | 214 maxRetries: 0, property 220 maxRetries: 5, property 229 maxRetries: 99 property 232 maxRetries: 99, property 276 validateRmOptionsSync(filePath, { maxRetries: -1 }); property
|
D | test-policy-parse-integrity.js | 24 fs.rmSync(tmpdirPath, { maxRetries: 3, recursive: true, force: true }); property
|
/third_party/node/lib/internal/fs/ |
D | rimraf.js | 48 if (retryErrorCodes.has(err.code) && retries < options.maxRetries) { 209 const tries = options.maxRetries + 1; 249 const tries = options.maxRetries + 1;
|
D | utils.js | 696 maxRetries: 0 property 701 maxRetries: 0, property 768 validateUint32(options.maxRetries, 'options.maxRetries');
|
/third_party/node/deps/npm/node_modules/worker-farm/ |
D | index.d.ts | 44 maxRetries?: number;
|
D | README.md | 112 , maxRetries : Infinity 128 …l fail and will be automatically resubmitted uless you've changed the `maxRetries` option. Use thi… 130 …maxRetries</code>** allows you to control the max number of call requeues after worker termination…
|
/third_party/node/test/common/ |
D | tmpdir.js | 8 fs.rmSync(pathname, { maxRetries: 3, recursive: true, force: true }); property
|
/third_party/node/deps/npm/node_modules/libcipm/lib/ |
D | extract.js | 25 maxRetries: 1 property
|
/third_party/node/deps/npm/node_modules/worker-farm/lib/ |
D | farm.js | 10 , maxRetries : Infinity property 84 else if (call.retries >= this.options.maxRetries) {
|
/third_party/node/test/pummel/ |
D | test-policy-integrity.js | 123 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property 199 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true }); property
|
/third_party/node/deps/npm/node_modules/worker-farm/tests/ |
D | index.js | 551 let child1 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5}, childPath, [ 'stubborn' ]) property 563 let child2 = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 3}, childPath, [ 'stubborn' ]) property 586 …, child = workerFarm({ maxConcurrentWorkers: 1, maxRetries: 5, workerOptions: workerOptions}, chil… property
|
/third_party/node/deps/npm/lib/install/action/ |
D | extract.js | 35 maxRetries: 1 property
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 248 constexpr int maxRetries = 8; 257 } while (Err == EINTR && ++retries < maxRetries);
|
/third_party/node/doc/api/ |
D | fs.md | 1056 description: The `maxBusyTries` option is renamed to `maxRetries`, and its 1069 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or 1103 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or 3151 description: The `maxBusyTries` option is renamed to `maxRetries`, and its 3176 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or 3211 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or 4799 description: The `maxBusyTries` option is renamed to `maxRetries`, and its 4816 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or 4848 * `maxRetries` {integer} If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1298 * The `maxBusyTries` option is renamed to `maxRetries`, and its default is 1368 …ejs/node/commit/fa1f87b199)] - **fs**: rename rimraf's maxBusyTries to maxRetries (cjihrig) [#3064…
|
D | CHANGELOG_V12.md | 987 …ejs/node/commit/3a70185c16)] - **fs**: rename rimraf's maxBusyTries to maxRetries (Colin Ihrig) [#…
|