Searched refs:useFallocate (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | Utils.java | 71 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
|
D | UtilsReceiver.java | 21 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/ |
D | StorageStatsTest.java | 33 import static com.android.cts.storageapp.Utils.useFallocate; 349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 350 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 351 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 353 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 354 final File e = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 355 final File f = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 357 final File g = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() 358 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() 359 final File i = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior()
|