Lines Matching defs:fs
26 const fs = require('fs');
31 fs.openSync = function() {
34 fs.closeSync = function(fd) {
38 fs.readSync = function() {
41 fs.writeSync = function() {
45 internalBinding('fs').fstat = function(fd, bigint, _, ctx) {
52 fs.readFileSync('dummy');
55 fs.writeFileSync('dummy', 'xxx');
58 fs.appendFileSync('dummy', 'xxx');