Searched refs:statFs (Results 1 – 3 of 3) sorted by relevance
221 StatFs statFs = new StatFs(status.mStorageMountedDir.toString()); in getDvrStorageStatus() local222 if (statFs.getAvailableBytes() < MIN_FREE_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()254 StatFs statFs = new StatFs(storageMountedDir.toString()); in getStorageStatusInternal() local255 storageMountedCapacity = statFs.getTotalBytes(); in getStorageStatusInternal()
106 StatFs statFs = in checkEnoughMemory() local111 if (statFs.getAvailableBytes() < mFlags.getFcpMemorySizeLimit()) { in checkEnoughMemory()
207 StatFs statFs = new StatFs(Environment.getDataDirectory().getPath()); in getAvailableStorageBytes() local208 userData.availableStorageBytes = statFs.getAvailableBytes(); in getAvailableStorageBytes()