Lines Matching refs:ALOGE
102 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed()
128 ALOGE("memfd: ro.vndk.version not defined or invalid (%s), this is mandated since P.\n", in check_vendor_memfd_allowed()
166 ALOGE("memfd_create failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support()
171 ALOGE("fcntl(F_ADD_SEALS) failed: %s, no memfd support.\n", strerror(errno)); in __has_memfd_support()
194 ALOGE("Failed to read %s: %s.\n", boot_id_path.c_str(), strerror(errno)); in get_ashmem_device_path()
313 ALOGE("memfd: memfd expected but ashmem fd used - please use libcutils.\n"); in memfd_is_ashmem()
336 ALOGE("memfd_create(%s, %zd) failed: %s\n", name, size, strerror(errno)); in memfd_create_region()
341 ALOGE("ftruncate(%s, %zd) failed for memfd creation: %s\n", name, size, strerror(errno)); in memfd_create_region()
346 ALOGE("memfd_create(%s, %zd) success. fd=%d\n", name, size, fd.get()); in memfd_create_region()
402 ALOGE("memfd_set_prot_region(%d, %d): F_SEAL_FUTURE_WRITE seal failed: %s\n", fd, prot, in memfd_set_prot_region()
422 ALOGE("Pinning is deprecated since Android Q. Please use trim or other methods.\n"); in ashmem_pin_region()
438 ALOGE("Pinning is deprecated since Android Q. Please use trim or other methods.\n"); in ashmem_unpin_region()
457 ALOGE("ashmem_get_size_region(%d): fstat failed: %s\n", fd, strerror(errno)); in ashmem_get_size_region()