Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h197 void set_webrtc_assets_dir(const std::string& webrtc_assets_dir);
Dcuttlefish_config.cpp462 void CuttlefishConfig::set_webrtc_assets_dir(const std::string& webrtc_assets_dir) { in set_webrtc_assets_dir() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc449 tmp_config_obj.set_webrtc_assets_dir(FLAGS_webrtc_assets_dir); in InitializeCuttlefishConfiguration()