Searched refs:logFilePath (Results 1 – 2 of 2) sorted by relevance
84 logFilePath := filepath.Join(ninjaBuildDir, logFileName)85 logFile, err := os.Open(logFilePath)
230 final String logFilePath = logDir + "/" + i + ".log"; in dump() local232 final File logFile = new File(logFilePath); in dump()242 Log.w(LogUtil.BUGLE_TAG, "LogSaver: can not find log file " + logFilePath); in dump()