Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DLogBufferEulogizer.kt50 private val logPath: Path, in <lambda>() constant in com.android.systemui.dump.LogBufferEulogizer
81 val millisSinceLastWrite = getMillisSinceLastWrite(logPath) in <lambda>()
88 val writer = files.newBufferedWriter(logPath, CREATE, TRUNCATE_EXISTING) in <lambda>()
114 val millisSinceLastWrite = getMillisSinceLastWrite(logPath) in <lambda>()
125 files.lines(logPath).use { s -> in <lambda>()
/frameworks/av/services/audioflinger/afutils/
DBufLog.cpp120 char logPath[BUFLOG_MAX_PATH_SIZE]; in BufLogStream() local
121 snprintf(logPath, BUFLOG_MAX_PATH_SIZE, "%s/%s_%d_%s_%d_%d_%d.raw", BUFLOG_BASE_PATH, timeStr, in BufLogStream()
123 ALOGV("data output: %s", logPath); in BufLogStream()
125 mFile = fopen(logPath, "wb"); in BufLogStream()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java91 String logPath = null; field in Instrument
233 if (logPath == null) { in ProtoStatusReporter()
247 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath); in ProtoStatusReporter()
DAm.java172 instrument.logPath = nextArg(); in runInstrument()