IosStorageUsageFileSystem
Measures and mutates app-private iOS storage used by Settings usage screens.
The paths intentionally match the iOS data layer: downloaded local models live under Library/Application Support/model, while transient app files live under Library/Caches.
Author
Dmitriy Moroz
Parameters
Native file manager used for path traversal and deletion.
App sandbox home directory.
Constructors
Types
Functions
Deletes every local model directory without deleting the model store directory itself.
Deletes cache directory children without deleting the cache directory itself.
Returns the total size of every local model directory in bytes.
Returns the current size of the app cache directory in bytes.
Returns the total size of downloaded local model directories in bytes.
Hides tiny iOS filesystem bookkeeping sizes from user-facing storage UI.