Lines Matching refs:tmpdir
28 const tmpdir = require('../common/tmpdir');
29 tmpdir.refresh();
38 const pathname = path.join(tmpdir.path, nextdir());
48 const pathname = path.join(tmpdir.path, nextdir());
58 const pathname = path.join(tmpdir.path, nextdir());
68 const pathname = path.join(tmpdir.path, nextdir());
77 const pathname = path.join(tmpdir.path, nextdir());
106 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
117 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
130 const pathname = `${tmpdir.path}/${nextdir()}/../${nextdir()}/${nextdir()}`;
139 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
157 const filename = path.join(tmpdir.path, nextdir(), nextdir());
177 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
188 const pathname = path.join(tmpdir.path, nextdir(), nextdir());
201 const filename = path.join(tmpdir.path, nextdir(), nextdir());
221 const pathname = path.join(tmpdir.path, nextdir());
243 const pathname = path.join(tmpdir.path, nextdir());
271 const firstPathCreated = path.join(tmpdir.path, dir1);
272 const pathname = path.join(tmpdir.path, dir1, dir2);
286 const pathname = path.join(tmpdir.path, dir1, dir2);
287 fs.mkdirSync(path.join(tmpdir.path, dir1));
300 const pathname = path.join(tmpdir.path, dir1, dir2);
301 fs.mkdirSync(path.join(tmpdir.path, dir1, dir2), common.mustNotMutateObjectDeep({ recursive: true }));
314 const firstPathCreated = path.join(tmpdir.path, dir1);
315 const pathname = path.join(tmpdir.path, dir1, dir2);
326 const pathname = path.join(tmpdir.path, dir1, dir2);
327 fs.mkdirSync(path.join(tmpdir.path, dir1), common.mustNotMutateObjectDeep({ recursive: true }));
338 const pathname = path.join(tmpdir.path, dir1, dir2);
339 fs.mkdirSync(path.join(tmpdir.path, dir1, dir2), common.mustNotMutateObjectDeep({ recursive: true }));
350 const firstPathCreated = path.join(tmpdir.path, dir1);
351 const pathname = path.join(tmpdir.path, dir1, dir2);