Home
last modified time | relevance | path

Searched refs:readlinkSync (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-null-bytes.js69 check(fs.readlink, fs.readlinkSync, 'foo\u0000bar');
103 check(fs.readlink, fs.readlinkSync, fileUrl);
134 check(fs.readlink, fs.readlinkSync, fileUrl2);
Dtest-fs-readlink-type-check.js16 () => fs.readlinkSync(i),
Dtest-fs-assert-encoding-error.js33 fs.readlinkSync('path', options);
Dtest-fs-options-immutable.js32 fs.readlinkSync(linkFile, options);
Dtest-fs-error-messages.js188 () => fs.readlinkSync(nonexistentFile),
/third_party/node/deps/npm/node_modules/fs.realpath/
Dold.js164 linkTarget = fs.readlinkSync(base);
/third_party/node/deps/npm/test/
Dcommon-tap.js214 return fs.readlinkSync(path)
/third_party/node/deps/npm/node_modules/tar/lib/
Dwrite-entry.js367 this[ONREADLINK](fs.readlinkSync(this.absolute))
/third_party/node/lib/
Dfs.js1145 function readlinkSync(path, options) { function
2141 readlinkSync,
/third_party/node/doc/api/
Dfs.md4623 ### `fs.readlinkSync(path[, options])`
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4072 …commit/09da11e5e1)] - **(SEMVER-MAJOR)** **fs**: throw errors from fs.readlinkSync in JS (Joyee Ch…
/third_party/node/tools/
Dlint-md.mjs23088 linkTarget = fs$3.readlinkSync(base);