summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/directory_backend.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-19FileSys: remove Open from DirectoryBackendwwylele1-6/+0
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-9/+12
2015-05-07Clean-up includesYuri Kunde Schlesner1-2/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner1-3/+3
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift1-0/+6
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot1-2/+2
2014-10-06FileSys: Add static asserts for the Directory struct, and fix its fields position.Emmanuel Gil Peyrot1-2/+8
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementations.Emmanuel Gil Peyrot1-0/+53