Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DTestDetailView.java52 private String logFilePath; field in TestDetailView.LogFileViewer
60 errorString = "Failed to load log "+ logFilePath;
71 public LogFileViewer(String logFilePath, String logFileName) { in LogFileViewer() argument
72 this.logFilePath = logFilePath; in LogFileViewer()
91 return Utils.getLogsUrl(jobTag + "/" + logFilePath); in getLogUrl()
/external/deqp/execserver/
DxsPosixTestProcess.cpp192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() local
193 m_logFileName = logFilePath.getPath(); in start()
204 cmdLine += string(" --deqp-log-filename=") + logFilePath.getBaseName(); in start()
DxsWin32TestProcess.cpp649 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); in start() local
650 m_logFileName = logFilePath.getPath(); in start()
672 cmdLine += string(" --deqp-log-filename=") + logFilePath.getBaseName(); in start()
/external/google-breakpad/src/client/mac/sender/
Duploader.mm599 NSString *logFilePath = [NSString stringWithFormat:@"%@/%s",
606 if ([fileManager fileExistsAtPath:logFilePath]) {
608 [NSFileHandle fileHandleForWritingAtPath:logFilePath];
613 [fileManager createFileAtPath:logFilePath