Home
last modified time | relevance | path

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

/packages/modules/Scheduling/service/java/com/android/server/scheduling/
DRebootReadinessLogger.java127 AtomicFile rebootStatsFile = new AtomicFile(new File(mDeDir, REBOOT_STATS_FILE)); in writeAfterRebootReadyBroadcast() local
142 writeRebootStatsToFile(rebootStats, rebootStatsFile); in writeAfterRebootReadyBroadcast()
152 AtomicFile rebootStatsFile = getRebootStatsFile(); in deleteLoggingInformation() local
153 if (rebootStatsFile != null) { in deleteLoggingInformation()
154 rebootStatsFile.delete(); in deleteLoggingInformation()
167 AtomicFile rebootStatsFile = getRebootStatsFile(); in writeAfterNotRebootReadyBroadcast() local
168 if (rebootStatsFile != null) { in writeAfterNotRebootReadyBroadcast()
170 try (FileInputStream stream = rebootStatsFile.openRead()) { in writeAfterNotRebootReadyBroadcast()
179 writeRebootStatsToFile(rebootStats, rebootStatsFile); in writeAfterNotRebootReadyBroadcast()
191 AtomicFile rebootStatsFile = getRebootStatsFile(); in readMetricsPostReboot() local
[all …]