Fix the Android recursive size computation and hook it up.

This commit is contained in:
Henrik Rydgård
2021-09-11 18:12:30 +02:00
parent 48310d15a9
commit fcc0337576
8 changed files with 44 additions and 36 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public:
u64 FreeSpace(const std::string &path) override;
// TODO: Replace with optimized implementation.
bool ComputeRecursiveDirSizeIfFast(const std::string &path, int64_t *size) override { return false; }
bool ComputeRecursiveDirSizeIfFast(const std::string &path, int64_t *size) override;
private:
struct OpenFileEntry {