Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/ivserver/
Dmain.cpp49 config->ivshmem_qemu_socket_path(), in main()
/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp95 config_->ivshmem_qemu_socket_path()); in StartCommand()
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h153 std::string ivshmem_qemu_socket_path() const;
155 const std::string& ivshmem_qemu_socket_path);
Dcuttlefish_config.cpp401 std::string CuttlefishConfig::ivshmem_qemu_socket_path() const { in ivshmem_qemu_socket_path() function in vsoc::CuttlefishConfig
405 const std::string& ivshmem_qemu_socket_path) { in set_ivshmem_qemu_socket_path() argument
406 SetPath(kIvshmemQemuSocketPath, ivshmem_qemu_socket_path); in set_ivshmem_qemu_socket_path()
/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc127 CreateIvServerUnixSocket(config.ivshmem_qemu_socket_path())); in GetIvServerCommand()