Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java71 useFallocate(makeUniqueFile(c.getFilesDir()), 13 * MB_IN_BYTES); in useSpace()
72 useFallocate(makeUniqueFile(c.getCodeCacheDir()), 17 * MB_IN_BYTES); in useSpace()
73 useFallocate(makeUniqueFile(c.getCacheDir()), 19 * MB_IN_BYTES); in useSpace()
76 useFallocate(makeUniqueFile(subdir), 23 * MB_IN_BYTES); in useSpace()
114 public static File useFallocate(File file, long length, long time) throws Exception { in useFallocate() method in Utils
115 final File res = useFallocate(file, length); in useFallocate()
120 public static File useFallocate(File file, long length) throws Exception { in useFallocate() method in Utils
DUtilsReceiver.java21 import static com.android.cts.storageapp.Utils.useFallocate;
85 useFallocate(f, size); in doAllocation()
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java34 import static com.android.cts.storageapp.Utils.useFallocate;
345 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
346 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
347 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior()
349 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior()
350 final File e = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior()
351 final File f = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior()
353 final File g = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior()
354 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior()
355 final File i = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior()