summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-39/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Reduce unused includesameerj2022-03-191-1/+0
* core: Remove unused includesameerj2021-11-041-1/+0
* file_sys/directory: Make EntryType an enum classLioncash2019-11-271-1/+1
* file_sys/directory: Remove unused DirectoryBackend classLioncash2019-01-181-23/+0
* file_sys/directory: Amend path buffer size for directory entriesLioncash2018-12-031-2/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash2018-08-091-3/+9
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+5
* FS: Updated the Directory Entry structure to match the Switch.Subv2018-03-201-20/+17
* file_sys: Cleanup to better match Switch file system constructs.bunnei2018-01-211-0/+58
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-65/+0
* Make OpenDirectory fail if the directory doesn't existarchshift2014-12-071-0/+6
* Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot2014-10-061-2/+2
* FileSys: Add static asserts for the Directory struct, and fix its fields position.Emmanuel Gil Peyrot2014-10-061-2/+8
* Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot2014-09-171-0/+53