Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h302 void set_sig_server_path(const std::string& path);
Dcuttlefish_config.cpp661 void CuttlefishConfig::set_sig_server_path(const std::string& path) { in set_sig_server_path() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc456 tmp_config_obj.set_sig_server_path(FLAGS_webrtc_sig_server_path); in InitializeCuttlefishConfiguration()