Searched refs:getAvailableBytes (Results 1 – 3 of 3) sorted by relevance
93 long availBytes = getAvailableBytes(fd); in ensureAvailableSpace()134 availBytes = getAvailableBytes(fd); in ensureAvailableSpace()180 private static long getAvailableBytes(FileDescriptor fd) throws IOException { in getAvailableBytes() method in StorageUtils
214 Log.d(TAG, "Available bytes (before steal): " + stat.getAvailableBytes()); in prepareAndRunDownload()215 mStealBytes = stat.getAvailableBytes() - targetFree; in prepareAndRunDownload()218 Log.d(TAG, "Available bytes (after steal): " + stat.getAvailableBytes()); in prepareAndRunDownload()
257 if (statFs.getAvailableBytes() < MIN_FREE_STORAGE_SIZE_FOR_DVR_IN_BYTES) { in getDvrStorageStatus()