Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java453 final File tomb = new File(context.getCacheDir(), "tomb"); in testCacheBehavior() local
463 tomb.mkdir(); in testCacheBehavior()
466 sm.setCacheBehaviorTombstone(tomb, true); 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()
482 tomb.setLastModified(tombTime); in testCacheBehavior()