Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/fastboot/
Dflags.cpp37 bool proxy_fastboot = true; in Process() local
38 Flag proxy_fastboot_flag = GflagsCompatFlag(kName, proxy_fastboot); in Process()
41 config_.SetProxyFastboot(proxy_fastboot); in Process()
46 bool proxy_fastboot = config_.ProxyFastboot(); in WriteGflagsCompatHelpXml() local
47 Flag proxy_fastboot_flag = GflagsCompatFlag(kName, proxy_fastboot).Help(kHelp); in WriteGflagsCompatHelpXml()