ifind_lib.c File Reference


Detailed Description

Contains the library API functions used by the ifind command line tool.

#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)


Function Documentation

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.

Parameters:
fs FS to analyze
lclflags Flags for search
tpath Path of file to search for
[out] result Meta data address of file
Returns:
-1 on error, 0 if found, and 1 if not found


Generated on Tue Jan 29 00:26:14 2008 for The Sleuth Kit (Incomplete Docs) by  doxygen 1.5.1