Home
last modified time | relevance | path

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

/test/dittosuite/src/
Dbinder_request.cpp95 int afd = -1; in ParseAshmemWithPath() local
105 afd = ashmem_create_region("ditto", statbuf.st_size); in ParseAshmemWithPath()
106 if (afd < 0) { in ParseAshmemWithPath()
110 ptr = mmap(NULL, statbuf.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, afd, 0); in ParseAshmemWithPath()
119 if (parcel.writeFileDescriptor(afd, true /* take ownership */) == android::OK) { in ParseAshmemWithPath()
129 close(afd); in ParseAshmemWithPath()