Searched refs:logPath (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcAndroidTestActivity.cpp | 61 …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()
|
D | glcAndroidTestActivity.hpp | 45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
|
/external/deqp/scripts/verify/ |
D | verify.py | 160 logPath = os.path.join(package.basePath, gitLog) 161 log = readFile(logPath)
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 896 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/ |
D | TestDetailView.java | 191 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/ |
D | uploader.mm | 273 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/ |
D | verify_es.py | 236 logPath = os.path.join(package.basePath, gitLog) 237 log = readFile(logPath)
|
/external/deqp/scripts/ |
D | run_nightly.py | 150 def parseAsCSV (logPath, config): argument 151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]
|