Lines Matching defs:async
244 async [SymbolAsyncDispose]() {
291 async pull(controller) {
397 async function handleFdClose(fileOpPromise, closeFunc) {
410 async function fsCall(fn, handle, ...args) {
435 async function writeFileHandle(filehandle, data, signal, encoding) {
470 async function readFileHandle(filehandle, options) {
551 // All of the functions are defined as async in order to ensure that errors
553 async function access(path, mode = F_OK) {
561 async function cp(src, dest, options) {
568 async function copyFile(src, dest, mode) {
580 async function open(path, flags, mode) {
589 async function read(handle, bufferOrParams, offset, length, position) {
639 async function readv(handle, buffers, position) {
650 async function write(handle, buffer, offsetOrOptions, length, position) {
687 async function writev(handle, buffers, position) {
702 async function rename(oldPath, newPath) {
710 async function truncate(path, len = 0) {
715 async function ftruncate(handle, len = 0) {
721 async function rm(path, options) {
727 async function rmdir(path, options) {
742 async function fdatasync(handle) {
746 async function fsync(handle) {
750 async function mkdir(path, options) {
766 async function readdirRecursive(originalPath, options) {
829 async function readdir(path, options) {
846 async function readlink(path, options) {
853 async function symlink(target, path, type_) {
863 async function fstat(handle, options = { bigint: false }) {
868 async function lstat(path, options = { bigint: false }) {
875 async function stat(path, options = { bigint: false }) {
882 async function statfs(path, options = { bigint: false }) {
889 async function link(existingPath, newPath) {
897 async function unlink(path) {
902 async function fchmod(handle, mode) {
907 async function chmod(path, mode) {
913 async function lchmod(path, mode) {
921 async function lchown(path, uid, gid) {
929 async function fchown(handle, uid, gid) {
935 async function chown(path, uid, gid) {
943 async function utimes(path, atime, mtime) {
951 async function futimes(handle, atime, mtime) {
957 async function lutimes(path, atime, mtime) {
965 async function realpath(path, options) {
971 async function mkdtemp(prefix, options) {
987 async function writeFile(path, data, options) {
1011 async function appendFile(path, data, options) {
1018 async function readFile(path, options) {