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 | 76 useFallocate(makeUniqueFile(c.getFilesDir()), 13 * MB_IN_BYTES); in useSpace() 77 useFallocate(makeUniqueFile(c.getCodeCacheDir()), 17 * MB_IN_BYTES); in useSpace() 78 useFallocate(makeUniqueFile(c.getCacheDir()), 19 * MB_IN_BYTES); in useSpace() 81 useFallocate(makeUniqueFile(subdir), 23 * MB_IN_BYTES); in useSpace() 119 public static File useFallocate(File file, long length, long time) throws Exception { in useFallocate() method in Utils 120 final File res = useFallocate(file, length); in useFallocate() 125 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 | 38 import static com.android.cts.storageapp.Utils.useFallocate; 468 final File a = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 469 final File b = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 470 final File c = useFallocate(makeUniqueFile(normal), size, normalTime); in testCacheBehavior() 472 final File d = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 473 final File e = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 474 final File f = useFallocate(makeUniqueFile(group), size, groupTime); in testCacheBehavior() 476 final File g = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() 477 final File h = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior() 478 final File i = useFallocate(makeUniqueFile(tomb), size, tombTime); in testCacheBehavior()
|