The Sleuth Kit  4.12.1
Functions
exfatfs.c File Reference

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...

#include "tsk_exfatfs.h"
#include "tsk_fs_i.h"
#include "tsk_fatfs.h"
#include <assert.h>

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...
 

Detailed Description

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.

Function Documentation

uint8_t exfatfs_open ( FATFS_INFO a_fatfs)

Open an exFAT file system in an image file.

Parameters
[in,out]a_fatfsGeneric FAT file system info structure.
Returns
0 on success, 1 otherwise, per TSK convention.

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.