Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DKumquatInstance.cpp51 const std::string gpu_socket_path = "/tmp/kumquat-gpu-" + std::to_string(0); in SetUp() local
53 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()