aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/directory.h
AgeCommit message (Expand)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19core: Reduce unused includesameerj
2021-11-03core: Remove unused includesameerj
2019-11-27file_sys/directory: Make EntryType an enum classLioncash
2019-01-18file_sys/directory: Remove unused DirectoryBackend classLioncash
2018-12-02file_sys/directory: Amend path buffer size for directory entriesLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-03-19FS: Updated the Directory Entry structure to match the Switch.Subv
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot
2014-10-06FileSys: Add static asserts for the Directory struct, and fix its fields posi...Emmanuel Gil Peyrot
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementati...Emmanuel Gil Peyrot