Home
last modified time | relevance | path

Searched refs:ReadCur (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstream_impl.h40 std::tuple<int, int64_t> ReadCur(uint8_t* buffer, size_t buLen, int64_t length);
H A Dstream_ffi.cpp92 auto [state, readLen] = instance->ReadCur(buffer, bufLen, length); in FfiOHOSStreamReadCur()
H A Dfile_fs_impl.h77 static RetDataI64 ReadCur(int32_t fd, char* buf, int64_t bufLen, size_t length);
H A Dstream_impl.cpp151 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 Dfile_fs_ffi.cpp132 auto ret = FileFsImpl::ReadCur(fd, buffer, bufLen, length); in FfiOHOSFileFsReadCur()
H A Dfile_fs_impl.cpp812 RetDataI64 FileFsImpl::ReadCur(int32_t fd, char* buf, int64_t bufLen, size_t length) in ReadCur() function in OHOS::CJSystemapi::FileFsImpl