• Home
  • Raw
  • Download

Lines Matching defs:callback

208 function access(path, mode, callback) {  argument
232 function exists(path, callback) { argument
319 function readFile(path, options, callback) { argument
446 function close(fd, callback = defaultCloseCallback) { argument
464 function open(path, flags, mode, callback) { argument
506 function read(fd, buffer, offset, length, position, callback) { argument
622 function readv(fd, buffers, position, callback) { argument
661 function write(fd, buffer, offset, length, position, callback) { argument
743 function writev(fd, buffers, position, callback) { argument
781 function rename(oldPath, newPath, callback) { argument
801 function truncate(path, len, callback) { argument
849 function ftruncate(fd, len = 0, callback) { argument
879 function rmdir(path, options, callback) { argument
920 function rm(path, options, callback) { argument
942 function fdatasync(fd, callback) { argument
956 function fsync(fd, callback) { argument
970 function mkdir(path, options, callback) { argument
1020 function readdir(path, options, callback) { argument
1052 function fstat(fd, options = { bigint: false }, callback) { argument
1065 function lstat(path, options = { bigint: false }, callback) { argument
1078 function stat(path, options = { bigint: false }, callback) { argument
1136 function readlink(path, options, callback) { argument
1218 function link(existingPath, newPath, callback) { argument
1244 function unlink(path, callback) { argument
1259 function fchmod(fd, mode, callback) { argument
1277 function lchmod(path, mode, callback) { argument
1309 function chmod(path, mode, callback) { argument
1328 function lchown(path, uid, gid, callback) { argument
1347 function fchown(fd, uid, gid, callback) { argument
1368 function chown(path, uid, gid, callback) { argument
1388 function utimes(path, atime, mtime, callback) { argument
1409 function futimes(fd, atime, mtime, callback) { argument
1429 function lutimes(path, atime, mtime, callback) { argument
1451 function writeAll(fd, isUserFd, buffer, offset, length, signal, callback) { argument
1486 function writeFile(path, data, options, callback) { argument
1544 function appendFile(path, data, options, callback) { argument
1865 function realpath(p, options, callback) { argument
1993 realpath.native = (path, options, callback) => { argument
2002 function mkdtemp(prefix, options, callback) { argument
2030 function copyFile(src, dest, mode, callback) { argument