Lines Matching refs:tmpPath
19 const tmpPath = path.join(testRoot, tmpdirName);
23 rmSync(tmpPath);
24 fs.mkdirSync(tmpPath);
40 rmSync(tmpPath);
42 console.error('Can\'t clean tmpdir:', tmpPath);
44 const files = fs.readdirSync(tmpPath);
60 return path.resolve(tmpPath, ...paths);
64 const { bavail, bsize } = fs.statfsSync(tmpPath);
70 const fullPath = path.resolve(tmpPath + path.sep, ...paths);
78 path: tmpPath,