|
Blender
V2.93
|
#include <BLI_fileops_types.h>
Public Attributes | |
| mode_t | type |
| const char * | relname |
| const char * | path |
| struct stat | s |
Definition at line 43 of file BLI_fileops_types.h.
| const char* direntry::path |
Definition at line 46 of file BLI_fileops_types.h.
Referenced by BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), seq_disk_cache_create_version_file(), seq_disk_cache_get_dir(), seq_disk_cache_get_file_entry_by_path(), seq_disk_cache_get_file_path(), seq_disk_cache_get_files(), seq_disk_cache_get_project_dir(), seq_disk_cache_handle_versioning(), seq_disk_cache_read_file(), seq_disk_cache_update_file(), seq_disk_cache_write_file(), and studiolight_add_files_from_datafolder().
| const char* direntry::relname |
Definition at line 45 of file BLI_fileops_types.h.
Referenced by BKE_appdir_app_templates(), bli_compare(), BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), filelist_readjob_list_dir(), fsmenu_read_system(), image_get_udim(), and init_iconfile_list().
| struct stat direntry::s |
Definition at line 46 of file BLI_fileops_types.h.
Referenced by filelist_readjob_list_dir(), and seq_disk_cache_get_files().
| mode_t direntry::type |
Definition at line 44 of file BLI_fileops_types.h.
Referenced by bli_compare().