Home
last modified time | relevance | path

Searched refs:log_file_path (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/rtc_tools/network_tester/
Dpacket_logger.cc18 PacketLogger::PacketLogger(const std::string& log_file_path) in PacketLogger() argument
19 : packet_logger_stream_(log_file_path, in PacketLogger()
Dtest_controller.cc25 const std::string& log_file_path) in TestController() argument
28 packet_logger_(log_file_path), in TestController()
Dpacket_logger.h33 explicit PacketLogger(const std::string& log_file_path);
Dtest_controller.h53 const std::string& log_file_path);
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.cpp43 const char *log_file_path = getenv("LLDBVSCODE_LOG"); local
54 if (log_file_path)
55 log.reset(new std::ofstream(log_file_path));
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py16 log_file_path = self.getBuildArtifact('vscode.txt')
19 log_file=log_file_path)