Home
last modified time | relevance | path

Searched refs:getAvailableBytesInFileSystemAtGivenRoot (Results 1 – 1 of 1) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageManager.java186 long bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root); in findSpace()
194 bytesAvailable = getAvailableBytesInFileSystemAtGivenRoot(root); in findSpace()
256 private long getAvailableBytesInFileSystemAtGivenRoot(File root) { in getAvailableBytesInFileSystemAtGivenRoot() method in StorageManager