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

  /device/google/cuttlefish_common/host/commands/ivserver/
main.cpp 49 config->ivshmem_qemu_socket_path(),
  /device/google/cuttlefish_common/host/libs/vm_manager/
qemu_manager.cpp 94 LogAndSetEnv("ivshmem_qemu_socket_path",
95 config_->ivshmem_qemu_socket_path());
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 153 std::string ivshmem_qemu_socket_path() const;
155 const std::string& ivshmem_qemu_socket_path);
cuttlefish_config.cpp 111 const char* kIvshmemQemuSocketPath = "ivshmem_qemu_socket_path";
401 std::string CuttlefishConfig::ivshmem_qemu_socket_path() const { function in class:vsoc::CuttlefishConfig
405 const std::string& ivshmem_qemu_socket_path) {
406 SetPath(kIvshmemQemuSocketPath, ivshmem_qemu_socket_path);
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 127 CreateIvServerUnixSocket(config.ivshmem_qemu_socket_path()));

Completed in 79 milliseconds