#include <sys/types.h>
#include <sys/stat.h>
#include "img_tools.h"
#include "split.h"
Functions | |
void | split_imgstat (TSK_IMG_INFO *img_info, FILE *hFile) |
Display information about the disk image set. | |
OFF_T | split_get_size (TSK_IMG_INFO *img_info) |
Returns the number of bytes in the split disk image set. | |
void | split_close (TSK_IMG_INFO *img_info) |
Free the memory and close the file handles for the disk image. | |
TSK_IMG_INFO * | split_open (int num_img, const TSK_TCHAR **images, TSK_IMG_INFO *next) |
Open the set of disk images as a set of split raw images. |
|
Free the memory and close the file handles for the disk image.
|
|
Returns the number of bytes in the split disk image set.
|
|
Display information about the disk image set.
|
|
Open the set of disk images as a set of split raw images.
|