Lines Matching refs:open
9 const { open, writeFile } = fs.promises;
20 const fileHandle = await open(filePathForHandle, 'w+');
35 const fileHandle = await open(filePathForHandle, 'w+');
86 const fileHandle = await open(dest, 'w+');
101 const fileHandle = await open(otherDest, 'w+');
113 const fileHandle = await open(dest, 'w+');
124 const fileHandle = await open(dest, 'w+');
140 const fileHandle = await open(dest, 'w+');
152 const fileHandle = await open(dest, 'w+');
163 const fileHandle = await open(dest, 'w+');
174 const fileHandle = await open(dest, 'w+');