Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/memory_utils/libdmabufheap/src/
H A Ddmabuf_alloc.c69 char heapPath[HEAP_PATH_LEN] = DMA_BUF_HEAP_ROOT; in DmabufHeapOpen() local
70 errno_t ret = strcat_s(heapPath, HEAP_PATH_LEN, heapName); in DmabufHeapOpen()
75 int fd = open(heapPath, O_RDONLY | O_CLOEXEC); in DmabufHeapOpen()