Searched refs:numBytesToAdd (Results 1 – 1 of 1) sorted by relevance
193 long numBytesToAdd = getDataDirUsableSpace() - bytesRemaining; in fillUpStorage() local194 String cmd = String.format("fallocate -l %d %s", numBytesToAdd, mBigFile.getAbsolutePath()); in fillUpStorage()