Home
last modified time | relevance | path

Searched refs:renameSync (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-null-bytes.js71 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);
Dtest-fs-rename-type-check.js27 () => fs.renameSync(input, 'does-not-exist'),
35 () => fs.renameSync('does-not-exist', input),
Dtest-fs-error-messages.js306 () => fs.renameSync(nonexistentFile, destFile),
349 () => fs.renameSync(existingDir, existingDir2),
/third_party/typescript/src/testRunner/unittests/tsbuild/
DreferencesWithRootDirInParent.ts49 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/
Dcommon-config.js21 fs.renameSync(exports.userconfig + '.' + process.pid, exports.userconfig)
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js224 fs.renameSync(tmpfile, filename)
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/
DpersistentParse.test.ts37 fs.renameSync(
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js606 renameSync: function (...args) { method
/third_party/typescript/
DGulpfile.js523 fs.renameSync("built/local/temp/harness/loggedIO.js", "built/local/loggedIO.js");
/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js87 fs.renameSync(path, name)
/third_party/node/lib/
Dfs.js792 function renameSync(oldPath, newPath) { function
2145 renameSync,
/third_party/flutter/flutter/dev/tools/
Ddartdoc.dart399 Directory('$kPublishRoot/api').renameSync('$kPublishRoot/flutter');
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dutils.dart134 .renameSync(path.join(to.path, name ?? path.basename(whatToMove.path)));
/third_party/typescript/src/harness/
DharnessLanguageService.ts182 this.vfs.renameSync(oldPath, newPath);
DvfsUtil.ts585 public renameSync(oldpath: string, newpath: string) {
/third_party/node/doc/api/
Dfs.md4770 ### `fs.renameSync(oldPath, newPath)`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4071 …/commit/5583981c52)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.renameSync in JS (Joyee Che…