Lines Matching full:path
10 const path = require('path');
20 const blobPath = path.join(tmpdir.path, 'snapshot.blob');
21 const entry = fixtures.path('snapshot', 'v8-startup-snapshot-api.js');
29 fs.writeFileSync(path.join(tmpdir.path, book), content, 'utf8');
31 fs.copyFileSync(entry, path.join(tmpdir.path, 'entry.js'));
38 cwd: tmpdir.path
45 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob'));
55 cwd: tmpdir.path,