Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DLogBufferEulogizer.kt50 private val logPath: Path,
81 val millisSinceLastWrite = getMillisSinceLastWrite(logPath)
88 val writer = files.newBufferedWriter(logPath, CREATE, TRUNCATE_EXISTING)
114 val millisSinceLastWrite = getMillisSinceLastWrite(logPath)
125 files.lines(logPath).use { s ->
/aosp14/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java89 String logPath = null; field in Instrument
230 if (logPath == null) { in ProtoStatusReporter()
244 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath); in ProtoStatusReporter()
H A DAm.java172 instrument.logPath = nextArg(); in runInstrument()