Searched refs:shmSize (Results 1 – 1 of 1) sorted by relevance
2816 int shmSize = ashmem_get_size_region(verityInputAshmem.get()); in installApkVerity() local2817 if (shmSize < 0) { in installApkVerity()2818 return error("Failed to get ashmem size: " + std::to_string(shmSize)); in installApkVerity()2823 if (contentSize > shmSize) { in installApkVerity()2825 std::to_string(shmSize)); in installApkVerity()