Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/crash_generation/
DConfigFile.h45 config_file_path_[0] = 0; in ConfigFile()
57 const char *GetFilePath() { return config_file_path_; } in GetFilePath()
61 unlink(config_file_path_); in Unlink()
79 char config_file_path_[PATH_MAX]; // Path to configuration file variable
DConfigFile.mm129 snprintf(config_file_path_, sizeof(config_file_path_), "%s/Config-XXXXXX",
132 strlcpy(config_file_path_, "/tmp/Config-XXXXXX",
133 sizeof(config_file_path_));
135 config_file_ = mkstemp(config_file_path_);
/external/webrtc/rtc_tools/network_tester/
Dtest_controller.cc27 config_file_path_(config_file_path), in TestController()
101 packet_sender_.reset(new PacketSender(this, config_file_path_)); in OnReadPacket()
109 packet_sender_.reset(new PacketSender(this, config_file_path_)); in OnReadPacket()
Dpacket_sender.cc86 config_file_path_(config_file_path), in PacketSender()
102 this, std::make_unique<ConfigReader>(config_file_path_))); in StartSending()
Dpacket_sender.h57 const std::string config_file_path_; variable
Dtest_controller.h75 const std::string config_file_path_; variable