Home
last modified time | relevance | path

Searched refs:set_webrtc_certs_dir (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h276 void set_webrtc_certs_dir(const std::string& certs_dir);
Dcuttlefish_config.cpp599 void CuttlefishConfig::set_webrtc_certs_dir(const std::string& certs_dir) { in set_webrtc_certs_dir() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc450 tmp_config_obj.set_webrtc_certs_dir(FLAGS_webrtc_certs_dir); in InitializeCuttlefishConfiguration()