Home
last modified time | relevance | path

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

/aosp_15_r20/system/memory/libdmabufheap/
DBufferAllocator.cpp73 std::string heap_path = kDmaHeapRoot + heap_name; in OpenDmabufHeap() local
74 int fd = TEMP_FAILURE_RETRY(open(heap_path.c_str(), O_RDONLY | O_CLOEXEC)); in OpenDmabufHeap()