Home
last modified time | relevance | path

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

/external/openscreen/tools/cddl/
Dcddl.py23 logPath = os.path.join(args.gen_dir, args.log)
24 log = open(logPath, "w")
26 log = open(logPath, "a")
29 print("Logging to %s" % logPath)
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp67 const std::string& logPath, glu::ApiType runType, deUint32 runFlags) in TestThread() argument
71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
DglcAndroidTestActivity.hpp45 …const std::string& waiverPath, const std::string& logPath, glu::ApiType runType, deUint32 runFlags…
/external/swiftshader/tests/regres/deqp/
Ddeqp.go310 logPath := "/dev/null" // TODO(bclayton): Try "nul" on windows.
311 if !util.IsFile(logPath) {
312 logPath = filepath.Join(c.TempDir, fmt.Sprintf("%v.log", goroutineIndex))
333 "--deqp-log-filename="+logPath,
/external/deqp/scripts/verify/
Dverify.py160 logPath = os.path.join(package.basePath, gitLog)
161 log = readFile(logPath)
/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/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/google-breakpad/src/client/mac/sender/
Duploader.mm277 NSString *logPath;
293 logPath = [parameters_ objectForKey:logFileKey];
298 if (!logPath) {
302 NSData *entireLogFile = [[NSData alloc] initWithContentsOfFile:logPath];
323 [[logPath lastPathComponent] fileSystemRepresentation]);
/external/deqp/scripts/
Drun_nightly.py150 def parseAsCSV (logPath, config): argument
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]