Home
last modified time | relevance | path

Searched refs:rimraf (Results 1 - 2 of 2) sorted by relevance

/third_party/node/lib/internal/fs/
H A Drimraf.js1 // This file is a modified version of the rimraf module on npm. It has been
44 function rimraf(path, options, callback) { function
146 rimraf(childPath, options, (err) => {
166 rimraf(path, options, (err) => {
310 module.exports = { rimraf, rimrafPromises, rimrafSync };
/third_party/node/lib/
H A Dfs.js152 let rimraf;
1145 if (rimraf === undefined)
1146 ({ rimraf, rimrafSync } = require('internal/fs/rimraf'));
1186 rimraf(path, options, callback);
1250 return rimraf(pathModule.toNamespacedPath(path), options, callback);

Completed in 3 milliseconds