Searched refs:config_file_path_ (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/mac/crash_generation/ |
D | ConfigFile.h | 45 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
|
D | ConfigFile.mm | 129 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/ |
D | test_controller.cc | 27 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()
|
D | packet_sender.cc | 86 config_file_path_(config_file_path), in PacketSender() 102 this, std::make_unique<ConfigReader>(config_file_path_))); in StartSending()
|
D | packet_sender.h | 57 const std::string config_file_path_; variable
|
D | test_controller.h | 75 const std::string config_file_path_; variable
|