Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/virtual_usb_manager/
Dmain.cc46 auto socket_name = config->usb_v1_socket_name(); in main()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp98 LogAndSetEnv("usb_v1_socket_name", config_->usb_v1_socket_name()); in StartCommand()
Dcf_qemu.sh231 if [[ -n "${usb_v1_socket_name}" ]]; then
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h166 std::string usb_v1_socket_name() const;
167 void set_usb_v1_socket_name(const std::string& usb_v1_socket_name);
Dcuttlefish_config.cpp424 std::string CuttlefishConfig::usb_v1_socket_name() const { in usb_v1_socket_name() function in vsoc::CuttlefishConfig
428 const std::string& usb_v1_socket_name) { in set_usb_v1_socket_name() argument
429 (*dictionary_)[kUsbV1SocketName] = usb_v1_socket_name; in set_usb_v1_socket_name()
/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc185 auto socket_name = config.usb_v1_socket_name(); in LaunchUsbServerIfEnabled()