Home
last modified time | relevance | path

Searched refs:logFile (Results 1 – 13 of 13) sorted by relevance

/third_party/node/lib/internal/
Dv8_prof_polyfill.js77 const logFile = arguments[arguments.length - 1]; // eslint-disable-line no-undef constant
79 fs.accessSync(logFile);
84 const fd = fs.openSync(logFile, 'r');
114 process.emitWarning(`Profile file ${logFile} is broken`, {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/
Dusage.dart64 /// [logFile] are used for testing.
69 String logFile,
73 logFile: logFile);
146 String logFile,
151 final String logFilePath = logFile ?? platform.environment['FLUTTER_ANALYTICS_LOG_FILE'];
339 logFile = fs.file(logFilePath)..createSync(recursive: true),
342 final File logFile;
362 logFile.writeAsStringSync('screenView $parameters\n', mode: FileMode.append);
376 logFile.writeAsStringSync('event $parameters\n', mode: FileMode.append);
393 logFile.writeAsStringSync('timing $parameters\n', mode: FileMode.append);
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java82 final File logFile = new File(m_logFileName); in onStart() local
84 if (logFile.exists()) in onStart()
85 logFile.delete(); // Remove log file left by previous session in onStart()
96 if (logFile.exists()) in onStart()
/third_party/vk-gl-cts/scripts/log/
Dlog_to_xml.py166 logFile = open(logFilePath, 'rb')
168 result = parser.getNextTestCaseResult(logFile)
181 result = parser.getNextTestCaseResult(logFile)
193 logFile.close()
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts13 constructor(private logFile: string | undefined) { property in ts.server.typingsInstaller.FileLog
17 return typeof this.logFile === "string";
20 if (typeof this.logFile !== "string") return;
23 fs.appendFileSync(this.logFile, `[${nowString()}] ${text}${sys.newLine}`);
26 this.logFile = undefined;
/third_party/flutter/engine/flutter/testing/scenario_app/android/app/src/main/java/dev/flutter/scenarios/
DMainActivity.java59 private void writeTimelineData(Uri logFile) { in writeTimelineData() argument
60 if (logFile == null) { in writeTimelineData()
72 .openAssetFileDescriptor(logFile, "w").getFileDescriptor(); in writeTimelineData()
/third_party/mesa3d/src/mesa/main/
Derrors.c62 const char *logFile = getenv("MESA_LOG_FILE"); in output_if_debug() local
63 if (logFile) in output_if_debug()
64 LogFile = fopen(logFile, "w"); in output_if_debug()
/third_party/libxml2/xstc/
Dxstc.py470 self.logFile = None
582 self.displayResults(self.logFile, False, combName, counters)
598 self.logFile.writelines(test.log)
599 self.logFile.write("~~~~~~~~~~\n")
634 self.logFile = open(options.logFile, "w")
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dsimulators.dart486 final File logFile = fs.file(logFilePath);
487 if (logFile.existsSync()) {
488 final RandomAccessFile randomFile = logFile.openSync(mode: FileMode.write);
496 final File logFile = fs.file(logFilePath);
497 if (!logFile.existsSync())
498 logFile.writeAsBytesSync(<int>[]);
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Danalytics_test.dart70 logFile: tempDir.childFile('analytics.log').path
92 logFile: tempDir.childFile('analytics.log').path
/third_party/node/doc/api/
Dtls.md462 const logFile = fs.createWriteStream('/tmp/ssl-keys.log', { flags: 'a' });
467 logFile.write(line);
786 const logFile = fs.createWriteStream('/tmp/ssl-keys.log', { flags: 'a' });
788 tlsSocket.on('keylog', (line) => logFile.write(line));
/third_party/typescript/lib/
DtypingsInstaller.js115747 function FileLog(logFile) { argument
115749 this.logFile = logFile;
115751 return typeof _this.logFile === "string";
115754 if (typeof _this.logFile !== "string")
115757 … fs.appendFileSync(_this.logFile, "[" + server.nowString() + "] " + text + ts.sys.newLine);
115760 _this.logFile = undefined;
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22122-libftdc.so.abi16430 …<parameter type-id='type-id-80' name='logFile' filepath='src/mongo/db/ftdc/util.cpp' line='106' co…