The Sleuth Kit
4.11.0
|
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_INFO * | yaffs2_open (TSK_IMG_INFO *img_info, TSK_OFF_T offset, TSK_FS_TYPE_ENUM ftype, uint8_t test) |
Contains the internal TSK YAFFS2 file system functions.
typedef TSK_RETVAL_ENUM yc_find_children_cb(YaffsCacheObject *obj, YaffsCacheVersion *version, void *args) |
Callback for yaffscache_find_children()
obj | Object that is a child |
version | Version of the object |
args | Pointer 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.