Searched defs:bufCapacity (Results 1 – 2 of 2) sorted by relevance
108 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() local197 …long RandomAccessFile::ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapacity) in ReadFileFullyFromOffsetV2()220 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()