Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/fastboot/
Ddata.cpp27 bool SetProxyFastboot(bool proxy) override { in SetProxyFastboot() function in cuttlefish::__anonbcd9431b0111::FastbootConfigImpl
Dfastboot.h33 virtual bool SetProxyFastboot(bool) = 0;
Dconfig.cpp44 if (!config_.SetProxyFastboot(json[kProxyFastboot].asBool())) { in Deserialize()
Dflags.cpp41 config_.SetProxyFastboot(proxy_fastboot); in Process()