aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/fs/file.cpp
AgeCommit message (Expand)Author
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei
2022-11-22general: fix compile for Apple ClangLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph