Searched defs:bufCapacity (Results 1 – 2 of 2) sorted by relevance
109 long long RandomAccessFile::DoMMap(int32_t bufCapacity, long long offset, MmapInfo& mmapInfo) in DoMMap()134 …g long RandomAccessFile::ReadFileFullyFromOffset(char buf[], long long offset, int32_t bufCapacity) in ReadFileFullyFromOffset()168 int32_t bufCapacity = buffer.GetCapacity(); in ReadFileFullyFromOffset() local198 …long RandomAccessFile::ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapacity) in ReadFileFullyFromOffsetV2()221 int32_t bufCapacity = buffer.GetCapacity(); in ReadFileFullyFromOffsetV2() local
66 int32_t HapMMap(int32_t bufCapacity, int32_t offset, MmapInfo *mmapInfo, const FileRead *file) in HapMMap()