Searched refs:gpu_socket_path (Results 1 – 1 of 1) sorted by relevance
51 const std::string gpu_socket_path = "/tmp/kumquat-gpu-" + std::to_string(0); in SetUp() local53 const std::string gpu_socket_cmd = "--gpu-socket-path=" + gpu_socket_path; in SetUp()70 ASSERT_THAT(virtgpu_kumquat_init(&mVirtGpu, gpu_socket_path.c_str()), Eq(0)); in SetUp()