Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java136 long size = getAllocatedSize(dir); in getSizeManual()
146 size += getAllocatedSize(f); in getSizeManual()
152 private static long getAllocatedSize(File f) throws Exception { in getAllocatedSize() method in Utils