summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-01vfs: Replace cstr concat with char concatMerry1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-0/+4
2021-06-13general: Remove extraneous includesMorph1-1/+0
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-5/+3
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-16/+16
2020-09-22General: Make use of std::nullopt where applicableLioncash1-3/+4
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-28/+28
2018-12-01file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by defaultLioncash1-0/+20
2018-12-01service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash1-0/+26
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-2/+2
2018-10-24vfs: Handle failure of file reading within VfsRawCopy()Lioncash1-2/+6
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-3/+3
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-2/+2
2018-09-22vfs: Add and rewite VfsRawCopy functionsZach Hilman1-4/+32
2018-09-22vfs: Add GetEntries methodZach Hilman1-0/+9
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-11/+11
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman1-0/+7
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-0/+1
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash1-10/+10
2018-08-09vfs: Add VfsFilesystem interface and default implementationZach Hilman1-0/+148
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-4/+3
2018-08-01Remove files that are not usedZach Hilman1-0/+21
2018-07-28RomFS ExtractionZach Hilman1-0/+23
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-38/+73
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-19vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash1-6/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+238
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-187/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+187