|
Blender V5.0
|
#include <BLI_fileops_types.h>
Public Attributes | |
| mode_t | type |
| const char * | relname |
| const char * | path |
| struct stat | s |
Definition at line 24 of file BLI_fileops_types.h.
| const char* direntry::path |
Definition at line 27 of file BLI_fileops_types.h.
Referenced by blf_load_datafiles_dir(), bli_builddir(), 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(), and blender::io::usd::process_usdz_textures().
| const char* direntry::relname |
Definition at line 26 of file BLI_fileops_types.h.
Referenced by bli_builddir(), BLI_filelist_entry_duplicate(), BLI_filelist_entry_free(), blender::ed::asset::index::AssetLibraryIndex::collect_preexisting_file_indices(), blender::bke::bake::directory_is_empty(), 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 35 of file BLI_fileops_types.h.
Referenced by bli_builddir(), blender::gpu::VKShaderCompiler::cache_dir_clear_old(), and filelist_readjob_list_dir().
| mode_t direntry::type |
Definition at line 25 of file BLI_fileops_types.h.
Referenced by bli_builddir(), and direntry_cmp().