|
libnx
|
RomFS driver. More...
Go to the source code of this file.
Data Structures | |
| struct | romfs_header |
| RomFS header. More... | |
| struct | romfs_dir |
| RomFS directory. More... | |
| struct | romfs_file |
| RomFS file. More... | |
Functions | |
| Result | romfsMount (struct romfs_mount **mount) |
| Mounts the Application's RomFS. More... | |
| static Result | romfsInit (void) |
| Result | romfsMountFromFile (FsFile file, u64 offset, struct romfs_mount **mount) |
| Mounts RomFS from an open file. More... | |
| static Result | romfsInitFromFile (FsFile file, u64 offset) |
| Result | romfsMountFromStorage (FsStorage storage, u64 offset, struct romfs_mount **mount) |
| Mounts RomFS from an open storage. More... | |
| static Result | romfsInitFromStorage (FsStorage storage, u64 offset) |
| Result | romfsBind (struct romfs_mount *mount) |
| Bind the RomFS mount. | |
| Result | romfsUnmount (struct romfs_mount *mount) |
| Unmounts the RomFS device. | |
| static Result | romfsExit (void) |
RomFS driver.
| Result romfsMount | ( | struct romfs_mount ** | mount | ) |
Mounts the Application's RomFS.
| mount | Output mount handle |
Mounts RomFS from an open file.
| file | FsFile of the RomFS image. |
| offset | Offset of the RomFS within the file. |
| mount | Output mount handle |
1.8.11