Searched refs:readlinkSync (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-null-bytes.js | 69 check(fs.readlink, fs.readlinkSync, 'foo\u0000bar'); 103 check(fs.readlink, fs.readlinkSync, fileUrl); 134 check(fs.readlink, fs.readlinkSync, fileUrl2);
|
D | test-fs-readlink-type-check.js | 16 () => fs.readlinkSync(i),
|
D | test-fs-assert-encoding-error.js | 33 fs.readlinkSync('path', options);
|
D | test-fs-options-immutable.js | 32 fs.readlinkSync(linkFile, options);
|
D | test-fs-error-messages.js | 188 () => fs.readlinkSync(nonexistentFile),
|
/third_party/node/deps/npm/node_modules/fs.realpath/ |
D | old.js | 164 linkTarget = fs.readlinkSync(base);
|
/third_party/node/deps/npm/test/ |
D | common-tap.js | 214 return fs.readlinkSync(path)
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | write-entry.js | 367 this[ONREADLINK](fs.readlinkSync(this.absolute))
|
/third_party/node/lib/ |
D | fs.js | 1145 function readlinkSync(path, options) { function 2141 readlinkSync,
|
/third_party/node/doc/api/ |
D | fs.md | 4623 ### `fs.readlinkSync(path[, options])`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4072 …commit/09da11e5e1)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.readlinkSync in JS (Joyee Ch…
|
/third_party/node/tools/ |
D | lint-md.mjs | 23088 linkTarget = fs$3.readlinkSync(base);
|