|
The Sleuth Kit
4.12.1
|
Contains the internal TSK logical file system functions. More...
#include <algorithm>#include <map>#include <memory>#include <set>#include <string>#include <vector>#include <string.h>#include "tsk_fs_i.h"#include "tsk_fs.h"#include "tsk_logical_fs.h"#include "tsk/img/legacy_cache.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 ([[maybe_unused]] 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) |
| void | unlock (LegacyCache *cache) |
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.