Searched refs:statFs (Results 1 – 1 of 1) 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()