summaryrefslogtreecommitdiffstats
path: root/src/common/fs/fs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-14add std::error_code for std::filesystem exceptionsSquall-Leonhart1-6/+9
2023-06-27android: Fix size check for content urisCharles Lombardo1-0/+6
2023-06-16vfs_real: misc optimizationsLiam1-4/+4
2023-06-16android: fs: Fix Exists / IsFile for SAF.bunnei1-0/+27
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph1-2/+3
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph1-2/+16
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-0/+610