Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libdmabufheap/src/
Ddmabuf_alloc.c61 char heapPath[HEAP_PATH_LEN] = DMA_BUF_HEAP_ROOT; in DmabufHeapOpen() local
62 errno_t ret = strcat_s(heapPath, HEAP_PATH_LEN, heapName); in DmabufHeapOpen()
68 return open(heapPath, O_RDONLY | O_CLOEXEC); in DmabufHeapOpen()