Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp886 static constexpr char kEnableUsb[] = "enable_usb"; variable
888 (*Dictionary())[kEnableUsb] = enable; in set_enable_usb()
891 return (*Dictionary())[kEnableUsb].asBool(); in enable_usb()