Searched refs:logFilePath (Results 1 – 4 of 4) sorted by relevance
52 private String logFilePath; field in TestDetailView.LogFileViewer60 errorString = "Failed to load log "+ logFilePath;71 public LogFileViewer(String logFilePath, String logFileName) { in LogFileViewer() argument72 this.logFilePath = logFilePath; in LogFileViewer()91 return Utils.getLogsUrl(jobTag + "/" + logFilePath); in getLogUrl()
192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() local193 m_logFileName = logFilePath.getPath(); in start()204 cmdLine += string(" --deqp-log-filename=") + logFilePath.getBaseName(); in start()
649 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() local650 m_logFileName = logFilePath.getPath(); in start()672 cmdLine += string(" --deqp-log-filename=") + logFilePath.getBaseName(); in start()
599 NSString *logFilePath = [NSString stringWithFormat:@"%@/%s",606 if ([fileManager fileExistsAtPath:logFilePath]) {608 [NSFileHandle fileHandleForWritingAtPath:logFilePath];613 [fileManager createFileAtPath:logFilePath