Home
last modified time | relevance | path

Searched refs:webrtc_certs_dir (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp240 if (!config_.webrtc_certs_dir().empty()) { in Commands()
241 sig_server.AddParameter("-certs_dir=", config_.webrtc_certs_dir()); in Commands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp193 std::string CuttlefishConfig::webrtc_certs_dir() const { in webrtc_certs_dir() function in cuttlefish::CuttlefishConfig
Dcuttlefish_config.h219 std::string webrtc_certs_dir() const;
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc262 DEFINE_string(webrtc_certs_dir, CF_DEFAULTS_WEBRTC_CERTS_DIR,