![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
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_Filesystem | static |
close_file(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
copy_file(void *kodiBase, const char *filename, const char *dest) | ADDON::Interface_Filesystem | static |
create_directory(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
curl_add_option(void *kodiBase, void *file, int type, const char *name, const char *value) | ADDON::Interface_Filesystem | static |
curl_create(void *kodiBase, const char *url) | ADDON::Interface_Filesystem | static |
curl_open(void *kodiBase, void *file, unsigned int flags) | ADDON::Interface_Filesystem | static |
DeInit(AddonGlobalInterface *addonInterface) | ADDON::Interface_Filesystem | static |
delete_file(void *kodiBase, const char *filename) | ADDON::Interface_Filesystem | static |
directory_exists(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
file_exists(void *kodiBase, const char *filename, bool useCache) | ADDON::Interface_Filesystem | static |
flush_file(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
free_directory(void *kodiBase, struct VFSDirEntry *items, unsigned int num_items) | ADDON::Interface_Filesystem | static |
get_cache_thumb_name(void *kodiBase, const char *filename) | ADDON::Interface_Filesystem | static |
get_content_type(void *kodiBase, const char *url, char **content, const char *useragent) | ADDON::Interface_Filesystem | static |
get_cookies(void *kodiBase, const char *url, char **cookies) | ADDON::Interface_Filesystem | static |
get_directory(void *kodiBase, const char *path, const char *mask, struct VFSDirEntry **items, unsigned int *num_items) | ADDON::Interface_Filesystem | static |
get_disk_space(void *kodiBase, const char *path, uint64_t *capacity, uint64_t *free, uint64_t *available) | ADDON::Interface_Filesystem | static |
get_file_chunk_size(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
get_file_download_speed(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
get_file_length(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
get_file_md5(void *kodiBase, const char *filename) | ADDON::Interface_Filesystem | static |
get_file_position(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
get_http_header(void *kodiBase, const char *url, struct KODI_HTTP_HEADER *headers) | ADDON::Interface_Filesystem | static |
get_mime_type(void *kodiBase, const char *url, char **content, const char *useragent) | ADDON::Interface_Filesystem | static |
get_property_values(void *kodiBase, void *file, int type, const char *name, int *numValues) | ADDON::Interface_Filesystem | static |
http_header_create(void *kodiBase, struct KODI_HTTP_HEADER *headers) | ADDON::Interface_Filesystem | static |
http_header_free(void *kodiBase, struct KODI_HTTP_HEADER *headers) | ADDON::Interface_Filesystem | static |
http_header_get_charset(void *kodiBase, void *handle) | ADDON::Interface_Filesystem | static |
http_header_get_header(void *kodiBase, void *handle) | ADDON::Interface_Filesystem | static |
http_header_get_mime_type(void *kodiBase, void *handle) | ADDON::Interface_Filesystem | static |
http_header_get_proto_line(void *kodiBase, void *handle) | ADDON::Interface_Filesystem | static |
http_header_get_value(void *kodiBase, void *handle, const char *param) | ADDON::Interface_Filesystem | static |
http_header_get_values(void *kodiBase, void *handle, const char *param, int *length) | ADDON::Interface_Filesystem | static |
Init(AddonGlobalInterface *addonInterface) | ADDON::Interface_Filesystem | static |
io_control_get_cache_status(void *kodiBase, void *file, struct VFS_CACHE_STATUS_DATA *status) | ADDON::Interface_Filesystem | static |
io_control_get_seek_possible(void *kodiBase, void *file) | ADDON::Interface_Filesystem | static |
io_control_set_cache_rate(void *kodiBase, void *file, uint32_t rate) | ADDON::Interface_Filesystem | static |
io_control_set_retry(void *kodiBase, void *file, bool retry) | ADDON::Interface_Filesystem | static |
is_internet_stream(void *kodiBase, const char *path, bool strictCheck) | ADDON::Interface_Filesystem | static |
is_local(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
is_on_lan(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
is_remote(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
is_url(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
make_legal_filename(void *kodiBase, const char *filename) | ADDON::Interface_Filesystem | static |
make_legal_path(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
open_file(void *kodiBase, const char *filename, unsigned int flags) | ADDON::Interface_Filesystem | static |
open_file_for_write(void *kodiBase, const char *filename, bool overwrite) | ADDON::Interface_Filesystem | static |
read_file(void *kodiBase, void *file, void *ptr, size_t size) | ADDON::Interface_Filesystem | static |
read_file_string(void *kodiBase, void *file, char *szLine, int lineLength) | ADDON::Interface_Filesystem | static |
remove_directory(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
remove_directory_recursive(void *kodiBase, const char *path) | ADDON::Interface_Filesystem | static |
rename_file(void *kodiBase, const char *filename, const char *newFileName) | ADDON::Interface_Filesystem | static |
seek_file(void *kodiBase, void *file, int64_t position, int whence) | ADDON::Interface_Filesystem | static |
stat_file(void *kodiBase, const char *filename, struct STAT_STRUCTURE *buffer) | ADDON::Interface_Filesystem | static |
translate_special_protocol(void *kodiBase, const char *strSource) | ADDON::Interface_Filesystem | static |
TranslateFileReadBitsToKodi(unsigned int addonFlags) | ADDON::Interface_Filesystem | static |
truncate_file(void *kodiBase, void *file, int64_t size) | ADDON::Interface_Filesystem | static |
write_file(void *kodiBase, void *file, const void *ptr, size_t size) | ADDON::Interface_Filesystem | static |