Searched refs:logPath (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
D | LogBufferEulogizer.kt | 49 private val logPath: Path, in <lambda>() constant in com.android.systemui.dump.LogBufferEulogizer 79 val millisSinceLastWrite = getMillisSinceLastWrite(logPath) in <lambda>() 86 val writer = files.newBufferedWriter(logPath, CREATE, TRUNCATE_EXISTING) in <lambda>() 113 val millisSinceLastWrite = getMillisSinceLastWrite(logPath) in <lambda>() 121 files.lines(logPath).use { s -> in <lambda>()
|
/frameworks/av/services/audioflinger/ |
D | BufLog.cpp | 136 char logPath[BUFLOG_MAX_PATH_SIZE]; in BufLogStream() local 137 snprintf(logPath, BUFLOG_MAX_PATH_SIZE, "%s/%s_%d_%s_%d_%d_%d.raw", BUFLOG_BASE_PATH, timeStr, in BufLogStream() 139 ALOGV("data output: %s", logPath); in BufLogStream() 141 mFile = fopen(logPath, "wb"); in BufLogStream()
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Instrument.java | 87 String logPath = null; field in Instrument 226 if (logPath == null) { in ProtoStatusReporter() 240 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath); in ProtoStatusReporter()
|
D | Am.java | 167 instrument.logPath = nextArg(); in runInstrument()
|