Lines Matching refs:filePath
23 const filePath = path.resolve(tmpDir, file);
26 const fd = fs.openSync(filePath, 'w+');
27 const fileHandle = await open(filePath, 'w+');
28 const streamFileHandle = await open(filePath, 'w+');
55 const filePath = fixtures.path('x.txt');
56 const fileHandle = await open(filePath, 'r');
65 const filePath = fixtures.path('x.txt');
66 const fileHandle = await open(filePath, 'r');
76 const filePath = fixtures.path('x.txt');
77 const fileHandle = await open(filePath, 'r');
93 const filePath = fixtures.path('x.txt');
94 const fileHandle = await open(filePath, 'r');