Searched refs:ReadFileFullyFromOffsetV2 (Results 1 – 2 of 2) sorted by relevance
136 return ReadFileFullyFromOffsetV2(buf, offset, bufCapacity); in ReadFileFullyFromOffset()160 return ReadFileFullyFromOffsetV2(buffer, offset); in ReadFileFullyFromOffset()197 long long RandomAccessFile::ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapa… in ReadFileFullyFromOffsetV2() function in OHOS::Security::Verify::RandomAccessFile213 long long RandomAccessFile::ReadFileFullyFromOffsetV2(HapByteBuffer& buffer, long long offset) in ReadFileFullyFromOffsetV2() function in OHOS::Security::Verify::RandomAccessFile
46 long long ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapacity);47 long long ReadFileFullyFromOffsetV2(HapByteBuffer& buffer, long long offset);