Searched refs:verityInputAshmem (Results 1 – 1 of 1) sorted by relevance
2778 android::base::unique_fd verityInputAshmem, int32_t contentSize) { in installApkVerity() argument2791 if (!ashmem_valid(verityInputAshmem.get())) { in installApkVerity()2816 int shmSize = ashmem_get_size_region(verityInputAshmem.get()); in installApkVerity()2828 mmap(nullptr, contentSize, PROT_READ, MAP_SHARED, verityInputAshmem.get(), 0), in installApkVerity()