Searched refs:new_log_file (Results 1 – 3 of 3) sorted by relevance
215 static void Init(LogLockingState lock_log, const PathChar* new_log_file) { in Init() argument223 if (new_log_file) in Init()224 safe_name = new_log_file; in Init()352 bool BaseInitLoggingImpl(const PathChar* new_log_file, in BaseInitLoggingImpl() argument377 LoggingLock::Init(lock_log, new_log_file); in BaseInitLoggingImpl()397 *log_file_name = new_log_file; in BaseInitLoggingImpl()
123 void InitLogging(const TCHAR* new_log_file, LoggingDestination logging_dest, in InitLogging() argument139 _tcscpy_s(log_file_name, MAX_PATH, new_log_file); in InitLogging()
200 static void Init(LogLockingState lock_log, const PathChar* new_log_file) { in Init() argument208 if (new_log_file) in Init()209 safe_name = new_log_file; in Init()