Home
last modified time | relevance | path

Searched refs:ReadFileFullyFromOffsetV2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Drandom_access_file.cpp136 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::RandomAccessFile
213 long long RandomAccessFile::ReadFileFullyFromOffsetV2(HapByteBuffer& buffer, long long offset) in ReadFileFullyFromOffsetV2() function in OHOS::Security::Verify::RandomAccessFile
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Drandom_access_file.h46 long long ReadFileFullyFromOffsetV2(char buf[], long long offset, int32_t bufCapacity);
47 long long ReadFileFullyFromOffsetV2(HapByteBuffer& buffer, long long offset);