Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-symlink-longpath.js24 const pathFile = path.join(tmpDir, 'new-file'); constant
25 fs.symlink(targetFile, pathFile, common.mustSucceed(() => {
26 assert(fs.existsSync(pathFile));