Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_file.c28 static int32_t g_memoryPageSize = 0; variable
52 if (g_memoryPageSize == 0) { in InitVerify()
53 g_memoryPageSize = sysconf(_SC_PAGESIZE); in InitVerify()
55 if (g_memoryPageSize <= 0) { in InitVerify()
56 LOG_ERROR("MAP_FAILED %d", g_memoryPageSize); in InitVerify()
79 if (g_memoryPageSize == 0) { in HapMMap()
82 mmapInfo->mmapPosition = (offset / g_memoryPageSize) * g_memoryPageSize; in HapMMap()