#include <stdlib.h>
#include <stdio.h>
#include <string>
#include <string.h>
#include <assert.h>
#include <zlib.h>
#include <sys/stat.h>
#include <openssl/md5.h>
#include <fcntl.h>
Go to the source code of this file.
Namespaces | |
spu | |
Macros | |
#define | CHUNK 16384 |
#define | SET_BINARY_MODE(file) |
Functions | |
void | spu::create_dir (char *, int) |
FILE * | spu::create_file (char *, int) |
int | spu::def (FILE *, FILE *, int) |
int | spu::inf (FILE *, FILE *) |
int | spu::is_end_of_archive (const char *) |
void | spu::md5_File (std::string, char *) |
int | spu::parseoct (const char *, size_t) |
void | spu::Untar (FILE *, const char *) |
int | spu::Unzip (std::string, std::string) |
int | spu::verify_checksum (const char *) |
void | spu::zerr (int) |
#define CHUNK 16384 |
Definition at line 26 of file SherpackUtilities.h.
#define SET_BINARY_MODE | ( | file | ) |
Definition at line 24 of file SherpackUtilities.h.
Referenced by spu::Unzip().