pub fn access_sync(path: String, mode: Int) -> Nil
pub fn append_file_sync(
filename: String,
data: a,
options: o,
) -> Nil
pub fn close_sync(fd: Int) -> Nil
pub fn constants_f_ok() -> Int
pub fn constants_r_ok() -> Int
pub fn constants_w_ok() -> Int
pub fn constants_x_ok() -> Int
pub fn dirent_is_block_device(dirent: Dirent) -> Bool
pub fn dirent_is_character_device(dirent: Dirent) -> Bool
pub fn dirent_is_directory(dirent: Dirent) -> Bool
pub fn dirent_is_fifo(dirent: Dirent) -> Bool
pub fn dirent_is_file(dirent: Dirent) -> Bool
pub fn dirent_is_socket(dirent: Dirent) -> Bool
pub fn dirent_is_symbolic_link(dirent: Dirent) -> Bool
pub fn dirent_name(dirent: Dirent) -> String
pub fn exists_sync(path: String) -> Bool
pub fn fstat_sync(fd: Int) -> Stats
pub fn lstat_sync(path: String, options: o) -> Stats
pub fn mkdir_sync(path: String, options: o) -> Nil
pub fn open_sync(path: String, flags: String, mode: Int) -> Int
pub fn read_dir_sync(path: String, options: o) -> array.Array(a)
pub fn read_file_sync(filename: String, options: o) -> a
pub fn read_link_sync(path: String, encoding: String) -> a
pub fn read_sync(
fd: Int,
buffer: buffer.Buffer,
offset: Int,
length: Int,
position: a,
) -> Int
pub fn real_path_sync(path: String, encoding: String) -> String
pub fn rename_sync(old_path: String, new_path: String) -> Nil
pub fn rmdir_sync(path: String) -> Nil
pub fn stat_sync(path: String, options: o) -> Stats
pub fn stats_atime(stats: Stats) -> String
pub fn stats_atime_ms(stats: Stats) -> Int
pub fn stats_birthtime(stats: Stats) -> String
pub fn stats_birthtime_ms(stats: Stats) -> Int
pub fn stats_blksize(stats: Stats) -> Int
pub fn stats_blocks(stats: Stats) -> Int
pub fn stats_ctime(stats: Stats) -> String
pub fn stats_ctime_ms(stats: Stats) -> Int
pub fn stats_dev(stats: Stats) -> Int
pub fn stats_gid(stats: Stats) -> Int
pub fn stats_ino(stats: Stats) -> Int
pub fn stats_is_block_device(stats: Stats) -> Bool
pub fn stats_is_directory(stats: Stats) -> Bool
pub fn stats_is_fifo(stats: Stats) -> Bool
pub fn stats_is_file(stats: Stats) -> Bool
pub fn stats_is_socket(stats: Stats) -> Bool
pub fn stats_is_symbolic_link(stats: Stats) -> Bool
pub fn stats_mode(stats: Stats) -> Int
pub fn stats_mtime(stats: Stats) -> String
pub fn stats_mtime_ms(stats: Stats) -> Int
pub fn stats_nlink(stats: Stats) -> Int
pub fn stats_rdev(stats: Stats) -> Int
pub fn stats_size(stats: Stats) -> Int
pub fn stats_uid(stats: Stats) -> Int
pub fn symlink_sync(target: String, path: String) -> Nil
pub fn unlink_sync(path: String) -> Nil
pub fn write_file_sync(
filename: String,
data: a,
options: o,
) -> Nil
pub fn write_sync_buffer(
fd: Int,
buffer: buffer.Buffer,
offset: Int,
length: Int,
position: a,
) -> Int
pub fn write_sync_string(
fd: Int,
string: String,
position: a,
encoding: String,
) -> Int