Searched +defs:fs +defs:readSync (Results 1 – 4 of 4) sorted by relevance
26 const fs = require('fs'); constant38 fs.readSync = function() { function in fs
4 const fs = require('fs'); constant35 readSync: readFixtureSync, property
29 function patch (fs) { argument150 : (function (fs$readSync) { return function (fd, buffer, offset, length, position) {165 function patchLchmod (fs) { argument208 function patchLutimes (fs) { argument
144 let fs; variable701 function readSync(fd, buffer, offset, length, position) { function