OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logFilePath
(Results
1 - 2
of
2
) sorted by null
/external/deqp/execserver/
xsPosixTestProcess.cpp
192
de::FilePath
logFilePath
= de::FilePath::join(workingDir, "TestResults.qpa");
193
m_logFileName =
logFilePath
.getPath();
204
cmdLine += string(" --deqp-log-filename=") +
logFilePath
.getBaseName();
xsWin32TestProcess.cpp
649
de::FilePath
logFilePath
= de::FilePath::join(workingDir, "TestResults.qpa");
650
m_logFileName =
logFilePath
.getPath();
672
cmdLine += string(" --deqp-log-filename=") +
logFilePath
.getBaseName();
Completed in 152 milliseconds