Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DMountService.java366 private static final String LAST_FSTRIM_FILE = "last-fstrim"; field in MountService
1513 mLastMaintenanceFile = new File(systemDir, LAST_FSTRIM_FILE); in MountService()