MCPcopy Create free account
hub / github.com/TASEmulators/desmume / list_files

Function list_files

desmume/src/utils/vfat.cpp:49–81  ·  view source on GitHub ↗

List all files and subdirectories recursively TODO: clunky architecture. we've combined the callbacks into one handler. we could merge the callback and list_files function, or refactor the callback into one for each enum which receives a unit of work after the more detailed recursing logic (caused by libretro-common integration) is handled in the lister

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

buildMethod · 0.85

Calls 8

retro_opendirFunction · 0.85
retro_dirent_errorFunction · 0.85
retro_closedirFunction · 0.85
retro_readdirFunction · 0.85
retro_dirent_get_nameFunction · 0.85
retro_dirent_is_dirFunction · 0.85
path_default_slashFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected