|
Blender V4.3
|
#include <BLI_fileops_types.h>
Public Attributes | |
| mode_t | type |
| const char * | relname |
| const char * | path |
| struct stat | s |
Definition at line 28 of file BLI_fileops_types.h.
| const char* direntry::path |
Definition at line 31 of file BLI_fileops_types.h.
Referenced by blf_load_datafiles_dir(), BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), blender::gpu::VKShaderCompiler::cache_dir_clear_old(), blender::ed::asset::index::AssetLibraryIndex::collect_preexisting_file_indices(), blender::bke::bake::find_sorted_meta_files(), blender::bke::bake::pack_files_from_directory(), path_has_trailing_slash(), path_len_no_trailing_slash(), blender::io::usd::process_usdz_textures(), and seq_disk_cache_get_files().
| const char* direntry::relname |
Definition at line 30 of file BLI_fileops_types.h.
Referenced by BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), blender::ed::asset::index::AssetLibraryIndex::collect_preexisting_file_indices(), direntry_cmp(), blender::bke::bake::find_sorted_meta_files(), fsmenu_read_system(), and blender::bke::bake::pack_files_from_directory().
| struct stat direntry::s |
Definition at line 39 of file BLI_fileops_types.h.
Referenced by blender::gpu::VKShaderCompiler::cache_dir_clear_old(), filelist_readjob_list_dir(), and seq_disk_cache_get_files().
| mode_t direntry::type |
Definition at line 29 of file BLI_fileops_types.h.
Referenced by direntry_cmp().