Searched refs:logPath (Results 1 – 12 of 12) sorted by relevance
/external/openscreen/tools/cddl/ |
D | cddl.py | 25 logPath = os.path.join(args.gen_dir, args.log) 26 log = open(logPath, "w") 28 log = open(logPath, "a") 31 print("Logging to %s" % logPath)
|
/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 312 logPath := "/dev/null" // TODO(bclayton): Try "nul" on windows. 313 if !util.IsFile(logPath) { 314 logPath = filepath.Join(c.TempDir, fmt.Sprintf("%v.log", goroutineIndex)) 321 c.PerformTests(exe, env, coverageFile, logPath, testNames, supportsCoverage, results) 327 c.PerformTests(exe, env, coverageFile, logPath, testNames, supportsCoverage, results) 331 func (c *Config) PerformTests(exe string, env []string, coverageFile string, logPath string, testNa… 355 "--deqp-log-filename="+logPath, 394 c.PerformTests(exe, env, coverageFile, logPath, singleTest, supportsCoverage, results)
|
/external/bazelbuild-rules_go/tests/core/go_test/ |
D | test_fail_fast_test.go | 62 logPath := filepath.FromSlash("bazel-testlogs/fail_fast_test/test.log") 63 logData, err := ioutil.ReadFile(logPath)
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcAndroidTestActivity.hpp | 45 …const std::string &waiverPath, const std::string &logPath, glu::ApiType runType, uint32_t runFlags… 82 …GetTestParamThread(tcu::Android::NativeActivity &nativeActivity, const std::string &logPath, glu::…
|
D | glcAndroidTestActivity.cpp | 75 const std::string &logPath, glu::ApiType runType, uint32_t runFlags) in TestThread() argument 79 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
|
/external/intel-media-driver/media_driver/linux/ult/ult_app/ |
D | memory_leak_detector.cpp | 67 void MemoryLeakDetectorIpl::Detect(const string &logPath) in Detect() argument 72 ifstream log(logPath); in Detect()
|
D | memory_leak_detector.h | 64 void Detect(const std::string &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 | 1302 const UString logPath = GetLogPath(i); in FillFixedReparse() local 1303 if (logPath.Len() >= fullPath.Len()) in FillFixedReparse() 1305 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0) in FillFixedReparse() 1308 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len()); in FillFixedReparse()
|
/external/google-breakpad/src/client/mac/sender/ |
D | uploader.mm | 276 NSString *logPath; 292 logPath = [parameters_ objectForKey:logFileKey]; 297 if (!logPath) { 301 NSData *entireLogFile = [[NSData alloc] initWithContentsOfFile:logPath]; 322 [[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]
|