Searched refs:ivshmem_qemu_socket_path (Results 1 – 5 of 5) sorted by relevance
49 config->ivshmem_qemu_socket_path(), in main()
95 config_->ivshmem_qemu_socket_path()); in StartCommand()
153 std::string ivshmem_qemu_socket_path() const;155 const std::string& ivshmem_qemu_socket_path);
401 std::string CuttlefishConfig::ivshmem_qemu_socket_path() const { in ivshmem_qemu_socket_path() function in vsoc::CuttlefishConfig405 const std::string& ivshmem_qemu_socket_path) { in set_ivshmem_qemu_socket_path() argument406 SetPath(kIvshmemQemuSocketPath, ivshmem_qemu_socket_path); in set_ivshmem_qemu_socket_path()
127 CreateIvServerUnixSocket(config.ivshmem_qemu_socket_path())); in GetIvServerCommand()