7#define DTTR_ISO_MAX_PATH 260
15 const char *cache_root,
16 const char *iso_relative_path,
23 const char *iso_relative_path,
24 const char *cache_root,
30 const char *iso_relative_path,
31 const char *cache_root
#define DTTR_ISO_MAX_PATH
bool DTTR_ISO_CachePathForFile(const char *cache_root, const char *iso_relative_path, char *out_path, size_t out_path_size)
bool DTTR_ISO_ExtractFile(DTTR_IsoImage *iso, const char *iso_relative_path, const char *cache_root, char *out_path, size_t out_path_size)
void DTTR_ISO_Close(DTTR_IsoImage *iso)
bool DTTR_ISO_Open(DTTR_IsoImage *iso, const char *iso_path)
bool DTTR_ISO_ExtractTree(DTTR_IsoImage *iso, const char *iso_relative_path, const char *cache_root)
const char * DTTR_ISO_LastError()
char iso_path[DTTR_ISO_MAX_PATH]