summaryrefslogtreecommitdiff
path: root/src/common/fs/file.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)Gravatar bunnei1-0/+38
2022-11-22general: fix compile for Apple ClangGravatar Liam1-0/+2
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-20general: Fix clang/gcc build errorsGravatar ameerj1-0/+1
2022-03-19common: Reduce unused includesGravatar ameerj1-2/+0
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitGravatar Morph1-2/+24
2021-07-06common: fs: file: Flush the file in GetSizeGravatar Morph1-0/+3
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileGravatar Morph1-2/+2
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileGravatar Morph1-4/+0
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledGravatar Morph1-1/+5
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-0/+392