rCore-Tutorial-v3/ch6/os/fs/inode/sidebar-items.js
2022-07-25 03:50:34 +00:00

1 line
317 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"fn":[["list_apps","List all files in the filesystems"],["open_file","Open file with flags"]],"struct":[["OSInode","A wrapper around a filesystem inode to implement File trait atop"],["OSInodeInner","The OS inode inner in UPSafeCell"],["OpenFlags","Open file flags"],["ROOT_INODE",""]]};