Home
last modified time | relevance | path

Searched refs:linkSync (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-null-bytes.js62 check(fs.link, fs.linkSync, 'foo\u0000bar', 'foobar');
63 check(fs.link, fs.linkSync, 'foobar', 'foo\u0000bar');
96 check(fs.link, fs.linkSync, fileUrl, 'foobar');
97 check(fs.link, fs.linkSync, 'foobar', fileUrl);
127 check(fs.link, fs.linkSync, fileUrl2, 'foobar');
128 check(fs.link, fs.linkSync, 'foobar', fileUrl2);
Dtest-fs-link.js41 () => fs.linkSync(i, ''),
48 () => fs.linkSync('', i),
Dtest-fs-error-messages.js213 () => fs.linkSync(nonexistentFile, 'foo'),
236 () => fs.linkSync(existingFile, existingFile2),
/third_party/typescript/scripts/
Dlink-hooks.js18 fs.linkSync(hookInSourceControl, hookInHiddenDirectory);
/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts18 fs.linkSync(`${vfs.builtFolder}/${fileName}`, `${vfs.srcFolder}/${fileName}`);
/third_party/typescript/src/harness/
DvfsUtil.ts546 public linkSync(oldpath: string, newpath: string) {
1113 this.linkSync(entry.path, path);
/third_party/node/lib/
Dfs.js1232 function linkSync(existingPath, newPath) { function
2119 linkSync,
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md2112 …b.com/nodejs/node/commit/0a307f90cd)] - **doc**: clarify fs.link and fs.linkSync arguments (Kyle E…
2138 …ub.com/nodejs/node/commit/108c1fbbe2)] - **fs**: clarify fs.link and fs.linkSync arguments (Kyle E…
DCHANGELOG_V6.md2871 …b.com/nodejs/node/commit/30f7802b78)] - **doc**: clarify fs.link and fs.linkSync arguments (Kyle E…
2926 …ub.com/nodejs/node/commit/fe821fbefa)] - **fs**: clarify fs.link and fs.linkSync arguments (Kyle E…
DCHANGELOG_V10.md4073 …e/commit/167e22937c)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.linkSync in JS (Joyee Cheu…
/third_party/node/doc/api/
Dfs.md4396 ### `fs.linkSync(existingPath, newPath)`