Searched defs:bufCapacity (Results 1 – 2 of 2) sorted by relevance
71 long long RandomAccessFile::DoMMap(int bufCapacity, long long offset, MmapInfo& mmapInfo) in DoMMap()92 long long RandomAccessFile::ReadFileFullyFromOffset(char buf[], long long offset, int bufCapacity) in ReadFileFullyFromOffset()120 int bufCapacity = buffer.GetCapacity(); in ReadFileFullyFromOffset() local
66 int HapMMap(int bufCapacity, int offset, MmapInfo *mmapInfo, const FileRead *file) in HapMMap()