Home
last modified time | relevance | path

Searched refs:rmSync (Results 1 - 13 of 13) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-rm.js146 fs.rmSync(filePath, common.mustNotMutateObjectDeep({ force: true }));
160 fs.rmSync(linkTarget, common.mustNotMutateObjectDeep({ force: true }));
161 fs.rmSync(validLink, common.mustNotMutateObjectDeep({ force: true }));
173 fs.rmSync(invalidLink, common.mustNotMutateObjectDeep({ force: true }));
187 fs.rmSync(loopLinkA, common.mustNotMutateObjectDeep({ force: true }));
188 fs.rmSync(loopLinkB, common.mustNotMutateObjectDeep({ force: true }));
210 fs.rmSync(dir);
213 fs.rmSync(dir, common.mustNotMutateObjectDeep({ recursive: false }));
218 fs.rmSync(path.join(tmpdir.path, 'noexist.txt'), common.mustNotMutateObjectDeep({ recursive: true }));
230 fs.rmSync(filePat
[all...]
H A Dtest-policy-parse-integrity.js24 fs.rmSync(tmpdirPath, { maxRetries: 3, recursive: true, force: true });
/third_party/node/test/common/
H A Dtmpdir.js8 function rmSync(pathname) { function
9 fs.rmSync(pathname, { maxRetries: 3, recursive: true, force: true });
23 rmSync(tmpPath);
40 rmSync(tmpPath);
/third_party/node/benchmark/process/
H A Dcoverage.js10 const { rmSync } = require('fs');
28 rmSync(coverageDir, { recursive: true, force: true });
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js121 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
197 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-worker-module.js121 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
197 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-dep.js103 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
180 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-parent-commonjs.js104 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
180 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-parent-module.js104 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
180 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-parent-no-package-json.js104 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
180 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
H A Dtest-policy-integrity-worker-no-package-json.js121 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
197 fs.rmSync(configDirPath, { maxRetries: 3, recursive: true, force: true });
/third_party/node/test/sequential/
H A Dtest-fs-watch.js112 fs.rmSync(filepath, { force: true });
/third_party/node/lib/
H A Dfs.js1266 function rmSync(path, options) { function
3138 rmSync,

Completed in 7 milliseconds