Searched refs:heap_path (Results 1 – 1 of 1) sorted by relevance
59 std::string heap_path = kDmaHeapRoot + heap_name; in OpenDmabufHeap() local60 fd = TEMP_FAILURE_RETRY(open(heap_path.c_str(), O_RDWR | O_CLOEXEC)); in OpenDmabufHeap()62 PLOG(ERROR) << "Unable to open dmabuf heap :" << heap_path; in OpenDmabufHeap()