Home
last modified time | relevance | path

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

/third_party/openh264/codec/build/iOS/dec/demo/demo/
Dmain.m44 NSString* logPath = [document stringByAppendingPathComponent:fileName];
47 [defaultManager removeItemAtPath:logPath error:nil];
49 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stdout);
50 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stderr);
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/
Dmain.m45 NSString* logPath = [document stringByAppendingPathComponent:fileName];
48 [defaultManager removeItemAtPath:logPath error:nil];
50 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stdout);
51 freopen ([logPath cStringUsingEncoding:NSASCIIStringEncoding], "a+", stderr);
/third_party/skia/third_party/externals/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))
335 "--deqp-log-filename="+logPath,
/third_party/vk-gl-cts/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…
/third_party/vk-gl-cts/scripts/verify/
Dverify.py160 logPath = os.path.join(package.basePath, gitLog)
161 log = readFile(logPath)
/third_party/vk-gl-cts/scripts/
Drun_nightly.py150 def parseAsCSV (logPath, config): argument
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]