Home
last modified time | relevance | path

Searched refs:mmapPosition (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Drandom_access_file.cpp100 mmapInfo.mmapPosition = (offset / memoryPageSize) * memoryPageSize; in DoMMap()
102 mmapInfo.readMoreLen = static_cast<int>(offset - mmapInfo.mmapPosition); in DoMMap()
105 MAP_SHARED | MAP_POPULATE, fd, mmapInfo.mmapPosition)); in DoMMap()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Drandom_access_file.h36 int64_t mmapPosition; member

Completed in 1 milliseconds