summaryrefslogtreecommitdiffstats
path: root/src/common/fs/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei1-0/+38
2022-11-23general: fix compile for Apple ClangLiam1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20general: Fix clang/gcc build errorsameerj1-0/+1
2022-03-19common: Reduce unused includesameerj1-2/+0
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph1-2/+24
2021-07-06common: fs: file: Flush the file in GetSizeMorph1-0/+3
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph1-2/+2
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph1-4/+0
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph1-1/+5
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-0/+392