Home
last modified time | relevance | path

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

/third_party/node/deps/npm/lib/install/action/
Dunbuild.js9 return lifecycle(pkg.package, 'preuninstall', pkg.path, { failOk: true }).then(() => { property
10 return lifecycle(pkg.package, 'uninstall', pkg.path, { failOk: true }) property
14 return lifecycle(pkg.package, 'postuninstall', pkg.path, { failOk: true }) property
Dmove.js21 [lifecycle, pkg.package, 'preuninstall', pkg.fromPath, { failOk: true }], property
22 [lifecycle, pkg.package, 'uninstall', pkg.fromPath, { failOk: true }], property
24 [lifecycle, pkg.package, 'postuninstall', pkg.fromPath, { failOk: true }], property
26 [lifecycle, pkg.package, 'preinstall', pkg.path, { failOk: true }], property
/third_party/node/deps/npm/lib/
Dunbuild.js41 [lifecycle, pkg, 'preuninstall', folder, { failOk: true }], property
42 [lifecycle, pkg, 'uninstall', folder, { failOk: true }], property
48 [lifecycle, pkg, 'postuninstall', folder, { failOk: true }], property
/third_party/flutter/flutter/dev/bots/
Dunpublish_package.dart147 /// Set `failOk` if [runProcess] should not throw an exception when the
152 bool failOk = false,
204 if (exitCode != 0 && !failOk) {
334 bool failOk = false,
342 failOk: failOk,
361 await _runGsUtil(<String>['rm', ...files], failOk: true, confirm: confirmed);
369 await _runGsUtil(<String>['rm', dest], failOk: true, confirm: confirmed);
Dprepare_package.dart112 /// Set `failOk` if [runProcess] should not throw an exception when the
117 bool failOk = false,
169 if (exitCode != 0 && !failOk) {
573 bool failOk = false,
579 failOk: failOk,
586 failOk: failOk,
593 await _runGsUtil(<String>['rm', dest], failOk: true);
/third_party/node/deps/npm/lib/config/
Dlifecycle.js15 failOk: false, property
/third_party/node/deps/npm/node_modules/libcipm/
Dindex.js38 failOk: { default: false } property
/third_party/node/deps/npm/node_modules/npm-lifecycle/
Dindex.js159 } else if (opts.failOk) {