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