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

  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 157 std::string ivshmem_client_socket_path() const;
159 const std::string& ivshmem_client_socket_path);
cuttlefish_config.cpp 112 const char* kIvshmemClientSocketPath = "ivshmem_client_socket_path";
409 std::string CuttlefishConfig::ivshmem_client_socket_path() const { function in class:vsoc::CuttlefishConfig
413 const std::string& ivshmem_client_socket_path) {
414 SetPath(kIvshmemClientSocketPath, ivshmem_client_socket_path);
913 return CuttlefishConfig::Get()->ivshmem_client_socket_path();
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 130 CreateIvServerUnixSocket(config.ivshmem_client_socket_path()));

Completed in 48 milliseconds