Home
last modified time | relevance | path

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

/packages/services/Car/tools/ioanalyze/
Danalyzer.py18 self.totalWrittenBytes = self.foregroundWrittenBytes + self.backgroundWrittenBytes
30 self.totalWrittenBytes = 0
39 self.totalWrittenBytes += snapshot.totalWrittenBytes
107 self.totalWrittenBytes = 0
117 self.totalWrittenBytes += snapshot.totalWrittenBytes
140 Y = [s.totalWrittenBytes for s in self.snapshots]
161 self.totalWrittenBytes = 0
170 self.totalWrittenBytes += snapshot.totalWrittenBytes
186 A = [(K, self.uids[K].totalWrittenBytes) for K in self.uids]
246 prettyPrintBytes(system.totalWrittenBytes),
[all …]
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogStorage.java1172 long totalWrittenBytes = 0; in querySystemTotalWrittenBytes() local
1175 totalWrittenBytes += cursor.getLong(0); in querySystemTotalWrittenBytes()
1178 return totalWrittenBytes; in querySystemTotalWrittenBytes()