Lines Matching defs:read
358 context.read();
488 // Go ahead and try to read some bytes.
614 function read(fd, buffer, offsetOrOptions, length, position, callback) {
621 // This is fs.read(fd, buffer, options, callback)
626 // This is fs.read(fd, bufferOrParams, callback)
628 // This is fs.read(fd, params, callback)
634 // This is fs.read(fd, callback)
683 binding.read(fd, buffer, offset, length, position, req);
686 ObjectDefineProperty(read, kCustomPromisifyArgsSymbol,
742 const result = binding.read(fd, buffer, offset, length, position,
762 function wrapper(err, read) {
763 callback(err, read || 0, buffers);
1413 function read(path) {
1452 read(pathsQueue[i]);
2663 // Read the link if it wasn't read before
2814 // Stat & read the link if not read before.
3125 read,