Home
last modified time | relevance | path

Searched refs:ProxyFastboot (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/config/fastboot/
Ddata.cpp25 bool ProxyFastboot() const override { return proxy_fastboot_; } in ProxyFastboot() function in cuttlefish::__anonbcd9431b0111::FastbootConfigImpl
Dfastboot.h32 virtual bool ProxyFastboot() const = 0;
Dconfig.cpp34 json[kProxyFastboot] = config_.ProxyFastboot(); in Serialize()
Dflags.cpp46 bool proxy_fastboot = config_.ProxyFastboot(); in WriteGflagsCompatHelpXml()
Dlaunch.cpp62 fastboot_config_.ProxyFastboot(); in Enabled()