mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-25 10:56:25 +04:00
1 line
559 B
JavaScript
1 line
559 B
JavaScript
initSidebarItems({"fn":[["list_apps","List all files in the filesystems"],["open_file","Open file with flags"]],"mod":[["inode","`Arc<Inode>` -> `OSInodeInner`: In order to open files concurrently we need to wrap `Inode` into `Arc`,but `Mutex` in `Inode` prevents file systems from being accessed simultaneously "],["stdio","Stdin & Stdout"]],"struct":[["OSInode","A wrapper around a filesystem inode to implement File trait atop "],["OpenFlags","Open file flags"],["Stdin","Standard input"],["Stdout","Standard output"]],"trait":[["File","File trait "]]}); |