The Sleuth Kit  4.11.1
Functions
fs_types.c File Reference

Contains TSK functions that deal with parsing and printing file system type strings. More...

#include "tsk_fs_i.h"

Functions

void tsk_fs_type_print (FILE *hFile)
 Print the supported file system types to a file handle. More...
 
TSK_FS_TYPE_ENUM tsk_fs_type_supported ()
 Return the supported file system types. More...
 
TSK_FS_TYPE_ENUM tsk_fs_type_toid (const TSK_TCHAR *str)
 Parse a string with the file system type and return its internal ID. More...
 
TSK_FS_TYPE_ENUM tsk_fs_type_toid_utf8 (const char *str)
 Parse a string with the file system type and return its internal ID. More...
 
const char * tsk_fs_type_toname (TSK_FS_TYPE_ENUM ftype)
 Return the string name of a file system type id. More...
 

Detailed Description

Contains TSK functions that deal with parsing and printing file system type strings.


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.