Home
last modified time | relevance | path

Searched defs:log_file (Results 51 – 75 of 1793) sorted by relevance

12345678910>>...72

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp23 static std::shared_ptr<raw_ostream> GetLogStream(StringRef log_file) { in GetLogStream()
38 bool LLDBServerUtilities::SetupLogging(const std::string &log_file, in SetupLogging()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/
H A Dfail_back.py31 def run(self, conf_file, log_file, log_level): argument
116 def _log_to_file(self, log_file, command): argument
252 def _set_log(self, log_file, log_level): argument
H A Dfail_over.py31 def run(self, conf_file, log_file, log_level): argument
80 def _log_to_file(self, log_file, command): argument
207 def _set_log(self, log_file, log_level): argument
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/
H A Dlibrary.py51 def logger_get_file_handler(log_file): argument
87 def logger_get_logger(log_file=None, temp_log_file=None, debug=False): argument
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/conf/exe/
H A Dvolm_conf_create_2d_index.cxx23 static void error(std::string log_file, const std::string& msg) in error()
42 std::stringstream log_file; in main() local
/dports/net/bredbandskollen/bbk-7b810a6/src/gtkgui/
H A Dmain.cpp13 std::ofstream log_file; in runAgent() local
34 std::ofstream log_file; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/logging/
H A Dpending_logs_service_unittest.cc92 void ValidatePendingLogsUploadFailure(const base::FilePath& log_file) { in ValidatePendingLogsUploadFailure()
166 base::FilePath log_file; in TEST_F() local
193 base::FilePath log_file; in TEST_F() local
209 base::FilePath log_file; in TEST_F() local
/dports/lang/v8/v8-9.6.180.12/tools/
H A Ddump-cpp.py28 log_file = 'v8.log' variable
36 log_file = arg variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Ddump-cpp.py30 log_file = 'v8.log' variable
38 log_file = arg variable
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Ddump-cpp.py27 log_file = 'v8.log' variable
35 log_file = arg variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Ddump-cpp.py28 log_file = 'v8.log' variable
36 log_file = arg variable
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dlogger.c98 struct log_file { struct
110 static struct log_file log = {NULL, NULL, NULL, 0, -1}; argument
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/logging/
H A Dlogging.c63 FILE* log_file = (FILE*)data; in on_log() local
74 FILE* log_file = fopen("driver.log", "w+"); in main() local
/dports/comms/tilp2/tilp2-1.18/src/
H A Dmain.c68 FILE *log_file = user_data; in default_log_handler() local
108 FILE *log_file; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/logging/win/
H A Dlog_file_reader.cc181 void LogFileReader::Read(const base::FilePath& log_file) { in Read()
196 void LogFileReader::ReadFile(const base::FilePath& log_file, in ReadFile()
211 void ReadLogFile(const base::FilePath& log_file, LogFileDelegate* delegate) { in ReadLogFile()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_logger.php26 private $log_file = null; variable in pts_logger
28 public function __construct($log_file = null, $file_name = null)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/sandbox_poc/
H A Dsandbox.cc24 std::wstring* log_file) { in ParseCommandLine()
131 std::wstring log_file; in _tWinMain() local

12345678910>>...72