Searched refs:log_file_path (Results 1 – 6 of 6) sorted by relevance
18 PacketLogger::PacketLogger(const std::string& log_file_path) in PacketLogger() argument19 : packet_logger_stream_(log_file_path, in PacketLogger()
25 const std::string& log_file_path) in TestController() argument28 packet_logger_(log_file_path), in TestController()
33 explicit PacketLogger(const std::string& log_file_path);
53 const std::string& log_file_path);
43 const char *log_file_path = getenv("LLDBVSCODE_LOG"); local54 if (log_file_path)55 log.reset(new std::ofstream(log_file_path));
16 log_file_path = self.getBuildArtifact('vscode.txt')19 log_file=log_file_path)