Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2778 android::base::unique_fd verityInputAshmem, int32_t contentSize) { in installApkVerity() argument
2791 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()