The Sleuth Kit
4.12.1
|
Contains the internal TSK logical file system functions. More...
#include <vector>
#include <map>
#include <algorithm>
#include <string>
#include <set>
#include <string.h>
#include "tsk_fs_i.h"
#include "tsk_fs.h"
#include "tsk_logical_fs.h"
#include "tsk/img/logical_img.h"
Functions | |
TSK_TCHAR * | create_search_path (const TSK_TCHAR *base_path) |
TSK_TCHAR * | create_search_path_long_path (const TSK_TCHAR *base_path) |
TSK_FS_INFO * | logical_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) |
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.