Lines Matching refs:file
56 access('this file does not exist', 0),
60 message: /^ENOENT: no such file or directory, access/
130 // file stats
188 // Bytes written to file match buffer
200 // Truncate file to specified length
395 // `mkdirp` when path is a file.
411 // `mkdirp` when part of the path is a file.
413 const file = path.join(tmpDir, nextdir(), nextdir());
414 const dir = path.join(file, nextdir(), nextdir());
415 await mkdir(path.dirname(file));
416 await writeFile(file, '');