Searched refs:renameSync (Results 1 – 17 of 17) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-null-bytes.js | 71 check(fs.rename, fs.renameSync, 'foo\u0000bar', 'foobar'); 72 check(fs.rename, fs.renameSync, 'foobar', 'foo\u0000bar'); 105 check(fs.rename, fs.renameSync, fileUrl, 'foobar'); 106 check(fs.rename, fs.renameSync, 'foobar', fileUrl); 136 check(fs.rename, fs.renameSync, fileUrl2, 'foobar'); 137 check(fs.rename, fs.renameSync, 'foobar', fileUrl2);
|
D | test-fs-rename-type-check.js | 27 () => fs.renameSync(input, 'does-not-exist'), 35 () => fs.renameSync('does-not-exist', input),
|
D | test-fs-error-messages.js | 306 () => fs.renameSync(nonexistentFile, destFile), 349 () => fs.renameSync(existingDir, existingDir2),
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | referencesWithRootDirInParent.ts | 49 fs.renameSync("/src/src/main/tsconfig.json", "/src/src/main/tsconfig.main.json"); 50 fs.renameSync("/src/src/other/tsconfig.json", "/src/src/other/tsconfig.other.json");
|
/third_party/node/deps/npm/test/ |
D | common-config.js | 21 fs.renameSync(exports.userconfig + '.' + process.pid, exports.userconfig)
|
/third_party/node/deps/npm/node_modules/write-file-atomic/ |
D | index.js | 224 fs.renameSync(tmpfile, filename)
|
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/ |
D | persistentParse.test.ts | 37 fs.renameSync(
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 606 renameSync: function (...args) { method
|
/third_party/typescript/ |
D | Gulpfile.js | 523 fs.renameSync("built/local/temp/harness/loggedIO.js", "built/local/loggedIO.js");
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | unpack.js | 87 fs.renameSync(path, name)
|
/third_party/node/lib/ |
D | fs.js | 792 function renameSync(oldPath, newPath) { function 2145 renameSync,
|
/third_party/flutter/flutter/dev/tools/ |
D | dartdoc.dart | 399 Directory('$kPublishRoot/api').renameSync('$kPublishRoot/flutter');
|
/third_party/flutter/flutter/dev/devicelab/lib/framework/ |
D | utils.dart | 134 .renameSync(path.join(to.path, name ?? path.basename(whatToMove.path)));
|
/third_party/typescript/src/harness/ |
D | harnessLanguageService.ts | 182 this.vfs.renameSync(oldPath, newPath);
|
D | vfsUtil.ts | 585 public renameSync(oldpath: string, newpath: string) {
|
/third_party/node/doc/api/ |
D | fs.md | 4770 ### `fs.renameSync(oldPath, newPath)`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4071 …/commit/5583981c52)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.renameSync in JS (Joyee Che…
|