HomeSort by relevance Sort by last modified time
    Searched refs:usb_v1_socket_name (Results 1 - 6 of 6) sorted by null

  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/
main.cc 46 auto socket_name = config->usb_v1_socket_name();
  /device/google/cuttlefish_common/host/libs/vm_manager/
qemu_manager.cpp 98 LogAndSetEnv("usb_v1_socket_name", config_->usb_v1_socket_name());
cf_qemu.sh 231 if [[ -n "${usb_v1_socket_name}" ]]; then
233 -chardev "socket,id=charchannel1,path=${usb_v1_socket_name:-${default_dir}/usb-v1}"
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 166 std::string usb_v1_socket_name() const;
167 void set_usb_v1_socket_name(const std::string& usb_v1_socket_name);
cuttlefish_config.cpp 98 const char* kUsbV1SocketName = "usb_v1_socket_name";
424 std::string CuttlefishConfig::usb_v1_socket_name() const { function in class:vsoc::CuttlefishConfig
428 const std::string& usb_v1_socket_name) {
429 (*dictionary_)[kUsbV1SocketName] = usb_v1_socket_name;
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 185 auto socket_name = config.usb_v1_socket_name();

Completed in 237 milliseconds