Searched refs:logPath (Results 1 – 9 of 9) sorted by relevance
/external/openscreen/tools/cddl/ |
D | cddl.py | 23 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/ |
D | glcAndroidTestActivity.cpp | 67 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()
|
D | glcAndroidTestActivity.hpp | 45 …const std::string& waiverPath, const std::string& logPath, glu::ApiType runType, deUint32 runFlags…
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 310 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/ |
D | verify.py | 160 logPath = os.path.join(package.basePath, gitLog) 161 log = readFile(logPath)
|
/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/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/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 277 NSString *logPath; 293 logPath = [parameters_ objectForKey:logFileKey]; 298 if (!logPath) { 302 NSData *entireLogFile = [[NSData alloc] initWithContentsOfFile:logPath]; 323 [[logPath lastPathComponent] fileSystemRepresentation]);
|
/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]
|