Searched refs:linkSync (Results 1 – 11 of 11) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-null-bytes.js | 62 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);
|
D | test-fs-link.js | 41 () => fs.linkSync(i, ''), 48 () => fs.linkSync('', i),
|
D | test-fs-error-messages.js | 213 () => fs.linkSync(nonexistentFile, 'foo'), 236 () => fs.linkSync(existingFile, existingFile2),
|
/third_party/typescript/scripts/ |
D | link-hooks.js | 18 fs.linkSync(hookInSourceControl, hookInHiddenDirectory);
|
/third_party/typescript/src/testRunner/unittests/ |
D | publicApi.ts | 18 fs.linkSync(`${vfs.builtFolder}/${fileName}`, `${vfs.srcFolder}/${fileName}`);
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 546 public linkSync(oldpath: string, newpath: string) { 1113 this.linkSync(entry.path, path);
|
/third_party/node/lib/ |
D | fs.js | 1232 function linkSync(existingPath, newPath) { function 2119 linkSync,
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 2112 …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…
|
D | CHANGELOG_V6.md | 2871 …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…
|
D | CHANGELOG_V10.md | 4073 …e/commit/167e22937c)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.linkSync in JS (Joyee Cheu…
|
/third_party/node/doc/api/ |
D | fs.md | 4396 ### `fs.linkSync(existingPath, newPath)`
|