Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2816 int shmSize = ashmem_get_size_region(verityInputAshmem.get()); in installApkVerity() local
2817 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()