Searched refs:__ashmem_is_ashmem (Results 1 – 1 of 1) sorted by relevance
209 static int __ashmem_is_ashmem(int fd, int fatal) in __ashmem_is_ashmem() function261 if (result == -1 && errno == ENOTTY) __ashmem_is_ashmem(fd, 1); in __ashmem_check_failure()268 if (__ashmem_is_ashmem(fd, 0) == 0) { in memfd_is_ashmem()286 return __ashmem_is_ashmem(fd, 0) >= 0; in ashmem_valid()