Home
last modified time | relevance | path

Searched refs:logfile_path (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/crash/linux/
H A Dminidump_uploader_unittest.cc96 const base::FilePath& logfile_path) { in GenerateDumpWithFiles() argument
105 base::File logfile(logfile_path, in GenerateDumpWithFiles()
172 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
199 ASSERT_TRUE(base::PathExists(logfile_path)); in TEST_F()
242 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
285 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
302 ASSERT_TRUE(base::DeleteFile(logfile_path)); in TEST_F()
309 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
346 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
382 ASSERT_FALSE(base::PathExists(logfile_path)); in TEST_F()
[all …]
/dports/benchmarks/hyperfine/hyperfine-1.12.0/tests/
H A Dintegration_tests.rs37 logfile_path: PathBuf,
45 let logfile_path = tempdir.path().join("output.log");
50 logfile_path,
64 path = self.logfile_path.to_string_lossy()
98 let mut f = File::open(&self.logfile_path).unwrap();
/dports/science/py-pyosf/pyosf-1.0.5/pyosf/
H A D__init__.py16 logfile_path = os.path.join(constants.PYOSF_FOLDER, 'last_session.log') variable
22 logfile = logging.LogFile(logfile_path, level=logging.DEBUG)
25 logfile = logging.FileHandler(logfile_path, mode='w')
/dports/sysutils/fcron/fcron-3.2.1/
H A Dlog.c42 char *logfile_path = NULL; variable
85 if (logfile_path != NULL) { in xopenlog()
86 logfile = fopen(logfile_path, "a"); in xopenlog()
93 logfile_path, strerror(saved_errno)); in xopenlog()
97 fprintf(stderr, "Could not fopen log file '%s': %s\n", logfile_path, in xopenlog()
118 logfile_path, strerror(saved_errno)); in xcloselog()
123 logfile_path, strerror(saved_errno)); in xcloselog()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dlogging.c40 static char logfile_path[MAXPATHLEN - sizeof(logfile_suffix) -1]; variable
92 rename( logfile_path, logpaths[0] ); in slap_debug_print()
93 logfile_open( logfile_path ); in slap_debug_print()
121 logfile_path[0] = '\0'; in logfile_close()
144 if ( !logfile_path[0] ) { in logfile_open()
146 if ( logpathlen >= sizeof(logfile_path) ) { in logfile_open()
150 strcpy( logfile_path, path ); in logfile_open()
166 return logfile_path[0] ? logfile_path : NULL; in logfile_name()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dlogging.c40 static char logfile_path[MAXPATHLEN - sizeof(logfile_suffix) -1]; variable
92 rename( logfile_path, logpaths[0] ); in slap_debug_print()
93 logfile_open( logfile_path ); in slap_debug_print()
121 logfile_path[0] = '\0'; in logfile_close()
144 if ( !logfile_path[0] ) { in logfile_open()
146 if ( logpathlen >= sizeof(logfile_path) ) { in logfile_open()
150 strcpy( logfile_path, path ); in logfile_open()
166 return logfile_path[0] ? logfile_path : NULL; in logfile_name()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH]; variable
119 if (logfile_path[0]) in die()
122 logfile_path); in die()
205 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir, in run_tool()
210 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA, in run_tool()
215 logfile_path, GetLastError()); in run_tool()
595 opt_service, logfile_path); in main()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH]; variable
121 if (logfile_path[0]) in die()
124 logfile_path); in die()
207 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir, in run_tool()
212 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA, in run_tool()
217 logfile_path, GetLastError()); in run_tool()
597 opt_service, logfile_path); in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH]; variable
121 if (logfile_path[0]) in die()
124 logfile_path); in die()
207 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir, in run_tool()
212 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA, in run_tool()
217 logfile_path, GetLastError()); in run_tool()
597 opt_service, logfile_path); in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH];
121 if (logfile_path[0])
124 logfile_path);
207 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir,
212 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA,
217 logfile_path, GetLastError());
597 opt_service, logfile_path);
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH]; variable
121 if (logfile_path[0]) in die()
124 logfile_path); in die()
207 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir, in run_tool()
212 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA, in run_tool()
217 logfile_path, GetLastError()); in run_tool()
597 opt_service, logfile_path); in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmysql_upgrade_service.cc52 static char logfile_path[MAX_PATH]; variable
119 if (logfile_path[0]) in die()
122 logfile_path); in die()
205 sprintf_s(logfile_path, "%smysql_upgrade_service.%s.log", tmpdir, in run_tool()
210 logfile_handle= CreateFile(logfile_path, FILE_APPEND_DATA, in run_tool()
215 logfile_path, GetLastError()); in run_tool()
595 opt_service, logfile_path); in main()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/debug/
H A Ddebug.cpp122 String logfile_path = platform->GetAppOutputDirectory(); in apply_debug_config() local
123 logfile_path.Append("/ags.log"); in apply_debug_config()
124 if (DebugLogFile->OpenFile(logfile_path)) in apply_debug_config()
126 platform->WriteStdOut("Logging to %s", logfile_path.GetCStr()); in apply_debug_config()
/dports/dns/knot-resolver/knot-resolver-5.4.3/tests/pytests/
H A Dkresd.py81 def logfile_path(self): member in Kresd
95 self.logfile = open(self.logfile_path, 'w', encoding='UTF-8')
115 with open(self.logfile_path, encoding='UTF-8') as log: # print log for debugging
224 with open(self.logfile_path, encoding='UTF-8') as log: # display partial log for debugging
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc190 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
192 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
194 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc196 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
198 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
200 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc196 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
198 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
200 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_log_iter_test.cc196 const auto logfile_path = dbname_ + "/" + wal_files.front()->PathName(); in TEST_F() local
198 mem_env_->Truncate(logfile_path, wal_files.front()->SizeFileBytes() / 2); in TEST_F()
200 ASSERT_EQ(0, truncate(logfile_path.c_str(), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Devent_trace_controller.cc64 const wchar_t* logfile_path, in StartFileSession() argument
69 prop.SetLoggerFileName(logfile_path); in StartFileSession()

123