Searched refs:ReadCur (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stream_impl.h | 40 std::tuple<int, int64_t> ReadCur(uint8_t* buffer, size_t buLen, int64_t length);
|
H A D | stream_ffi.cpp | 92 auto [state, readLen] = instance->ReadCur(buffer, bufLen, length); in FfiOHOSStreamReadCur()
|
H A D | file_fs_impl.h | 77 static RetDataI64 ReadCur(int32_t fd, char* buf, int64_t bufLen, size_t length);
|
H A D | stream_impl.cpp | 151 tuple<int, int64_t> StreamImpl::ReadCur(uint8_t* buffer, size_t buLen, int64_t length) in ReadCur() function in OHOS::CJSystemapi::FileFs::StreamImpl
|
H A D | file_fs_ffi.cpp | 132 auto ret = FileFsImpl::ReadCur(fd, buffer, bufLen, length); in FfiOHOSFileFsReadCur()
|
H A D | file_fs_impl.cpp | 812 RetDataI64 FileFsImpl::ReadCur(int32_t fd, char* buf, int64_t bufLen, size_t length) in ReadCur() function in OHOS::CJSystemapi::FileFsImpl
|