The Sleuth Kit
4.12.1
|
Contains the internal TSK exFAT file system code to "open" an exFAT file system found in a device image and do the equivalent of a UNIX "stat" call on the file system. More...
Functions | |
uint8_t | exfatfs_fsstat (TSK_FS_INFO *a_fs, FILE *a_hFile) |
uint8_t | exfatfs_open (FATFS_INFO *a_fatfs) |
Open an exFAT file system in an image file. More... | |
Contains the internal TSK exFAT file system code to "open" an exFAT file system found in a device image and do the equivalent of a UNIX "stat" call on the file system.
uint8_t exfatfs_open | ( | FATFS_INFO * | a_fatfs | ) |
Open an exFAT file system in an image file.
[in,out] | a_fatfs | Generic FAT file system info structure. |
References TSK_FS_INFO::ftype, tsk_error_reset(), and TSK_FS_TYPE_EXFAT.
Copyright © 2007-2020 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.