Searched refs:statFsCache (Results 1 – 1 of 1) sorted by relevance
1432 StatFs statFsCache = new StatFs(Environment.getDownloadCacheDirectory().getAbsolutePath()); in pullDirectoryUsage() local1442 e.writeLong(statFsCache.getAvailableBytes()); in pullDirectoryUsage()1443 e.writeLong(statFsCache.getTotalBytes()); in pullDirectoryUsage()