The Sleuth Kit
4.11.1
|
Stores information about names that are located in metadata structures. More...
#include <tsk_fs.h>
Public Member Functions | |
const char * | getName () const |
Get the text name in UTF-8 (does not include parent directory name). More... | |
TSK_INUM_T | getParInode () const |
Get the parent inode (NTFS Only) More... | |
uint32_t | getParSeq () const |
get the parent sequence (NTFS Only) More... | |
TskFsMetaName (TSK_FS_META_NAME_LIST *a_fsMetaNameList) | |
Allocates an object based on a C struct. More... | |
Stores information about names that are located in metadata structures.
See TSK_FS_META_NAME for more details.
|
inline |
Allocates an object based on a C struct.
a_fsMetaNameList | C struct of name list. If NULL, get() methods return undefined values. |
|
inline |
Get the text name in UTF-8 (does not include parent directory name).
References TSK_FS_META_NAME_LIST::name.
|
inline |
Get the parent inode (NTFS Only)
References TSK_FS_META_NAME_LIST::par_inode.
|
inline |
get the parent sequence (NTFS Only)
References TSK_FS_META_NAME_LIST::par_seq.
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.