Lines Matching defs:open
409 binding.open(pathModule.toNamespacedPath(path),
556 function open(path, flags, mode, callback) {
574 binding.open(pathModule.toNamespacedPath(path),
593 const result = binding.open(pathModule.toNamespacedPath(path),
1060 fs.open(path, 'r+', (er, fd) => {
1304 * Requests for all data for the open file descriptor
1318 * Synchronously requests for all data for the open
1925 fs.open(path, O_WRONLY | O_SYMLINK, (err, fd) => {
2286 fs.open(path, flag, options.mode, (openErr, fd) => {
3121 open,