Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ADDON::Interface_Filesystem Member List

This is the complete list of members for ADDON::Interface_Filesystem, including all inherited members.

can_open_directory(void *kodiBase, const char *url)ADDON::Interface_Filesystemstatic
close_file(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
copy_file(void *kodiBase, const char *filename, const char *dest)ADDON::Interface_Filesystemstatic
create_directory(void *kodiBase, const char *path)ADDON::Interface_Filesystemstatic
curl_add_option(void *kodiBase, void *file, int type, const char *name, const char *value)ADDON::Interface_Filesystemstatic
curl_create(void *kodiBase, const char *url)ADDON::Interface_Filesystemstatic
curl_open(void *kodiBase, void *file, unsigned int flags)ADDON::Interface_Filesystemstatic
DeInit(AddonGlobalInterface *addonInterface)ADDON::Interface_Filesystemstatic
delete_file(void *kodiBase, const char *filename)ADDON::Interface_Filesystemstatic
directory_exists(void *kodiBase, const char *path)ADDON::Interface_Filesystemstatic
file_exists(void *kodiBase, const char *filename, bool useCache)ADDON::Interface_Filesystemstatic
flush_file(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
free_directory(void *kodiBase, VFSDirEntry *items, unsigned int num_items)ADDON::Interface_Filesystemstatic
get_cache_thumb_name(void *kodiBase, const char *filename)ADDON::Interface_Filesystemstatic
get_directory(void *kodiBase, const char *path, const char *mask, VFSDirEntry **items, unsigned int *num_items)ADDON::Interface_Filesystemstatic
get_file_chunk_size(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
get_file_download_speed(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
get_file_length(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
get_file_md5(void *kodiBase, const char *filename)ADDON::Interface_Filesystemstatic
get_file_position(void *kodiBase, void *file)ADDON::Interface_Filesystemstatic
get_property_values(void *kodiBase, void *file, int type, const char *name, int *numValues)ADDON::Interface_Filesystemstatic
Init(AddonGlobalInterface *addonInterface)ADDON::Interface_Filesystemstatic
make_legal_filename(void *kodiBase, const char *filename)ADDON::Interface_Filesystemstatic
make_legal_path(void *kodiBase, const char *path)ADDON::Interface_Filesystemstatic
open_file(void *kodiBase, const char *filename, unsigned int flags)ADDON::Interface_Filesystemstatic
open_file_for_write(void *kodiBase, const char *filename, bool overwrite)ADDON::Interface_Filesystemstatic
read_file(void *kodiBase, void *file, void *ptr, size_t size)ADDON::Interface_Filesystemstatic
read_file_string(void *kodiBase, void *file, char *szLine, int lineLength)ADDON::Interface_Filesystemstatic
remove_directory(void *kodiBase, const char *path)ADDON::Interface_Filesystemstatic
rename_file(void *kodiBase, const char *filename, const char *newFileName)ADDON::Interface_Filesystemstatic
seek_file(void *kodiBase, void *file, int64_t position, int whence)ADDON::Interface_Filesystemstatic
stat_file(void *kodiBase, const char *filename, struct __stat64 *buffer)ADDON::Interface_Filesystemstatic
translate_special_protocol(void *kodiBase, const char *strSource)ADDON::Interface_Filesystemstatic
truncate_file(void *kodiBase, void *file, int64_t size)ADDON::Interface_Filesystemstatic
write_file(void *kodiBase, void *file, const void *ptr, size_t size)ADDON::Interface_Filesystemstatic