Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DPackageWatchdog.java1752 File bootPropsFile = new File(METADATA_FILE); in readMitigationCountFromMetadataIfNecessary() local
1753 if (bootPropsFile.exists()) { in readMitigationCountFromMetadataIfNecessary()
1757 bootPropsFile.delete(); in readMitigationCountFromMetadataIfNecessary()