Lines Matching defs:callback
234 function access(path, mode, callback) { argument
271 function exists(path, callback) { argument
369 function checkAborted(signal, callback) { argument
391 function readFile(path, options, callback) { argument
529 function close(fd, callback = defaultCloseCallback) { argument
563 function open(path, flags, mode, callback) { argument
621 function read(fd, buffer, offsetOrOptions, length, position, callback) { argument
768 function readv(fd, buffers, position, callback) { argument
826 function write(fd, buffer, offsetOrOptions, length, position, callback) { argument
953 function writev(fd, buffers, position, callback) { argument
1017 function rename(oldPath, newPath, callback) { argument
1052 function truncate(path, len, callback) { argument
1113 function ftruncate(fd, len = 0, callback) { argument
1167 function rmdir(path, options, callback) { argument
1245 function rm(path, options, callback) { argument
1289 function fdatasync(fd, callback) { argument
1317 function fsync(fd, callback) { argument
1347 function mkdir(path, options, callback) { argument
1473 function readdir(path, options, callback) { argument
1542 function fstat(fd, options = { bigint: false }, callback) { argument
1566 function lstat(path, options = { bigint: false }, callback) { argument
1589 function stat(path, options = { bigint: false }, callback) { argument
1602 function statfs(path, options = { bigint: false }, callback) { argument
1714 function readlink(path, options, callback) { argument
1827 function link(existingPath, newPath, callback) { argument
1866 function unlink(path, callback) { argument
1893 function fchmod(fd, mode, callback) { argument
1924 function lchmod(path, mode, callback) { argument
1969 function chmod(path, mode, callback) { argument
2002 function lchown(path, uid, gid, callback) { argument
2036 function fchown(fd, uid, gid, callback) { argument
2073 function chown(path, uid, gid, callback) { argument
2110 function utimes(path, atime, mtime, callback) { argument
2148 function futimes(fd, atime, mtime, callback) { argument
2186 function lutimes(path, atime, mtime, callback) { argument
2216 function writeAll(fd, isUserFd, buffer, offset, length, signal, callback) { argument
2265 function writeFile(path, data, options, callback) { argument
2351 function appendFile(path, data, options, callback) { argument
2734 function realpath(p, options, callback) { argument
2872 realpath.native = (path, options, callback) => { argument
2891 function mkdtemp(prefix, options, callback) { argument
2932 function copyFile(src, dest, mode, callback) { argument
2981 function cp(src, dest, options, callback) { argument