The Sleuth Kit  4.11.1
Typedefs | Functions
yaffs.cpp File Reference

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

#include <vector>
#include <map>
#include <algorithm>
#include <string>
#include <set>
#include <string.h>
#include "tsk_fs_i.h"
#include "tsk_yaffs.h"
#include "tsk_fs.h"

Typedefs

typedef struct _dir_open_cb_args dir_open_cb_args
 
typedef TSK_RETVAL_ENUM yc_find_children_cb(YaffsCacheObject *obj, YaffsCacheVersion *version, void *args)
 Callback for yaffscache_find_children() More...
 

Functions

TSK_FS_INFOyaffs2_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test)
 

Detailed Description

Contains the internal TSK YAFFS2 file system functions.

Typedef Documentation

typedef TSK_RETVAL_ENUM yc_find_children_cb(YaffsCacheObject *obj, YaffsCacheVersion *version, void *args)

Callback for yaffscache_find_children()

Parameters
objObject that is a child
versionVersion of the object
argsPointer to what was passed into yaffscache_find_children

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.