Searched refs:logPath (Results 1 – 3 of 3) sorted by relevance
136 char logPath[BUFLOG_MAX_PATH_SIZE]; in BufLogStream() local137 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()
86 String logPath = null; field in Instrument224 if (logPath == null) { in ProtoStatusReporter()238 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath); in ProtoStatusReporter()
167 instrument.logPath = nextArg(); in runInstrument()