Searched refs:targetBytes (Results 1 – 1 of 1) sorted by relevance
173 private synchronized void findSpace(File root, long targetBytes, int destination) in findSpace() argument175 if (targetBytes == 0) { in findSpace()222 if (bytesAvailable < targetBytes) { in findSpace()229 if (bytesAvailable < targetBytes) { in findSpace()304 private long discardPurgeableFiles(int destination, long targetBytes) { in discardPurgeableFiles() argument307 ", targetBytes = " + targetBytes); in discardPurgeableFiles()327 while (cursor.moveToNext() && totalFreed < targetBytes) { in discardPurgeableFiles()348 targetBytes + " requested"); in discardPurgeableFiles()