Home
last modified time | relevance | path

Searched defs:bufCapacity (Results 1 – 2 of 2) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/src/common/
Drandom_access_file.cpp108 long long RandomAccessFile::DoMMap(int32_t bufCapacity, long long offset, MmapInfo& mmapInfo) in DoMMap()
133 …g long RandomAccessFile::ReadFileFullyFromOffset(char buf[], long long offset, int32_t bufCapacity) in ReadFileFullyFromOffset()
167 int32_t bufCapacity = buffer.GetCapacity(); in ReadFileFullyFromOffset() local
197 …long RandomAccessFile::ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapacity) in ReadFileFullyFromOffsetV2()
220 int32_t bufCapacity = buffer.GetCapacity(); in ReadFileFullyFromOffsetV2() local
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_file.c66 int32_t HapMMap(int32_t bufCapacity, int32_t offset, MmapInfo *mmapInfo, const FileRead *file) in HapMMap()