Home
last modified time | relevance | path

Searched refs:logPath (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp61 …stThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::string& logPath, in TestThread() argument
66 , m_app(m_platform, m_archive, logPath.c_str(), runType, runFlags) in TestThread()
DglcAndroidTestActivity.hpp45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
/external/deqp/scripts/verify/
Dverify.py160 logPath = os.path.join(package.basePath, gitLog)
161 log = readFile(logPath)
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp896 const UString logPath = GetLogPath(i); in FillFixedReparse() local
897 if (logPath.Len() >= fullPath.Len()) in FillFixedReparse()
899 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0) in FillFixedReparse()
902 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len()); in FillFixedReparse()
/external/autotest/frontend/client/src/autotest/tko/
DTestDetailView.java191 private void addLogFileViewer(String logPath, String logName) { in addLogFileViewer() argument
192 LogFileViewer viewer = new LogFileViewer(logPath, logName); in addLogFileViewer()
/external/google-breakpad/src/client/mac/sender/
Duploader.mm273 NSString *logPath;
289 logPath = [parameters_ objectForKey:logFileKey];
294 if (!logPath) {
298 NSData *entireLogFile = [[NSData alloc] initWithContentsOfFile:logPath];
319 [[logPath lastPathComponent] fileSystemRepresentation]);
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py236 logPath = os.path.join(package.basePath, gitLog)
237 log = readFile(logPath)
/external/deqp/scripts/
Drun_nightly.py150 def parseAsCSV (logPath, config): argument
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]