Blender
V3.3
|
#include <BLI_fileops_types.h>
Public Attributes | |
mode_t | type |
const char * | relname |
const char * | path |
struct stat | s |
Definition at line 27 of file BLI_fileops_types.h.
const char* direntry::path |
Definition at line 30 of file BLI_fileops_types.h.
Referenced by BKE_image_ensure_tile_token(), BKE_image_tile_filepath_exists(), BLF_load_font_stack(), BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), blender::ed::asset::index::AssetLibraryIndex::init_unused_index_files(), 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_update_file(), and studiolight_add_files_from_datafolder().
const char* direntry::relname |
Definition at line 29 of file BLI_fileops_types.h.
Referenced by BKE_appdir_app_templates(), BKE_image_get_tile_info(), BLF_load_font_stack(), bli_compare(), BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), filelist_readjob_list_dir(), fsmenu_read_system(), init_iconfile_list(), and blender::ed::asset::index::AssetLibraryIndex::init_unused_index_files().
struct stat direntry::s |
Definition at line 30 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 28 of file BLI_fileops_types.h.
Referenced by bli_compare().