Searched refs:get_log_file_name (Results 1 – 1 of 1) sorted by relevance
62 static std::string get_log_file_name() { in get_log_file_name() function77 int fd = unix_open(get_log_file_name(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0640); in start_device_log()