The Sleuth Kit  4.11.1
Functions
logical_fs.cpp File Reference

Contains the internal TSK logical file system functions. More...

#include <vector>
#include <map>
#include <algorithm>
#include <string>
#include <set>
#include <string.h>
#include <filesystem>
#include "tsk_fs_i.h"
#include "tsk_fs.h"
#include "tsk_logical_fs.h"
#include "tsk/img/logical_img.h"

Functions

TSK_TCHARcreate_search_path (const TSK_TCHAR *base_path)
 
TSK_FS_INFOlogical_fs_open (TSK_IMG_INFO *img_info)
 
int logicalfs_name_cmp (TSK_FS_INFO *a_fs_info, const char *s1, const char *s2)
 
ssize_t logicalfs_read (TSK_FS_INFO *a_fs, TSK_FS_FILE *a_fs_file, TSK_DADDR_T a_offset, size_t a_len, char *a_buf)
 
ssize_t logicalfs_read_block (TSK_FS_INFO *a_fs, TSK_FS_FILE *a_fs_file, TSK_DADDR_T a_block_num, char *buf)
 

Detailed Description

Contains the internal TSK logical file system functions.


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.