Lines Matching defs:callback
226 function access(path, mode, callback) { argument
263 function exists(path, callback) { argument
361 function checkAborted(signal, callback) { argument
383 function readFile(path, options, callback) { argument
522 function close(fd, callback = defaultCloseCallback) { argument
556 function open(path, flags, mode, callback) { argument
614 function read(fd, buffer, offsetOrOptions, length, position, callback) { argument
761 function readv(fd, buffers, position, callback) { argument
819 function write(fd, buffer, offsetOrOptions, length, position, callback) { argument
946 function writev(fd, buffers, position, callback) { argument
1010 function rename(oldPath, newPath, callback) { argument
1045 function truncate(path, len, callback) { argument
1106 function ftruncate(fd, len = 0, callback) { argument
1160 function rmdir(path, options, callback) { argument
1238 function rm(path, options, callback) { argument
1282 function fdatasync(fd, callback) { argument
1310 function fsync(fd, callback) { argument
1340 function mkdir(path, options, callback) { argument
1471 function readdir(path, options, callback) { argument
1540 function fstat(fd, options = { bigint: false }, callback) { argument
1564 function lstat(path, options = { bigint: false }, callback) { argument
1587 function stat(path, options = { bigint: false }, callback) { argument
1600 function statfs(path, options = { bigint: false }, callback) { argument
1712 function readlink(path, options, callback) { argument
1825 function link(existingPath, newPath, callback) { argument
1864 function unlink(path, callback) { argument
1891 function fchmod(fd, mode, callback) { argument
1922 function lchmod(path, mode, callback) { argument
1967 function chmod(path, mode, callback) { argument
2000 function lchown(path, uid, gid, callback) { argument
2034 function fchown(fd, uid, gid, callback) { argument
2071 function chown(path, uid, gid, callback) { argument
2108 function utimes(path, atime, mtime, callback) { argument
2146 function futimes(fd, atime, mtime, callback) { argument
2184 function lutimes(path, atime, mtime, callback) { argument
2214 function writeAll(fd, isUserFd, buffer, offset, length, signal, callback) { argument
2263 function writeFile(path, data, options, callback) { argument
2349 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
2945 function copyFile(src, dest, mode, callback) { argument
2994 function cp(src, dest, options, callback) { argument