#include "tsk_fs_i.h"
Defines | |
| #define | IFIND_PATH_DATA_ID 0x00886644 |
Functions | |
| uint8_t | tsk_fs_ifind_par (TSK_FS_INFO *fs, uint8_t lclflags, TSK_INUM_T par) |
| int8_t | tsk_fs_ifind_path (TSK_FS_INFO *fs, uint8_t lclflags, TSK_TCHAR *tpath, TSK_INUM_T *result) |
| Find the meta data address for a given file name. | |
| uint8_t | tsk_fs_ifind_data (TSK_FS_INFO *fs, uint8_t lclflags, TSK_DADDR_T blk) |
| int8_t tsk_fs_ifind_path | ( | TSK_FS_INFO * | fs, | |
| uint8_t | lclflags, | |||
| TSK_TCHAR * | tpath, | |||
| TSK_INUM_T * | result | |||
| ) |
Find the meta data address for a given file name.
| fs | FS to analyze | |
| lclflags | Flags for search | |
| tpath | Path of file to search for | |
| [out] | result | Meta data address of file |
1.5.1