Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-read-stream.js199 const mkfifoResult = child_process.spawnSync('mkfifo', [filename]); constant
200 if (!mkfifoResult.error) {