Searched refs:buLen (Results 1 - 2 of 2) sorted by relevance
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | stream_impl.cpp | 151 tuple<int, int64_t> StreamImpl::ReadCur(uint8_t* buffer, size_t buLen, int64_t length) in ReadCur() argument 161 auto [state, buf, len, offsetResult] = GetReadArg(static_cast<size_t>(buLen), length, 0.0); in ReadCur() 170 tuple<int, int64_t> StreamImpl::Read(uint8_t* buffer, size_t buLen, int64_t length, int64_t offset) in Read() argument 180 auto [state, buf, len, offsetResult] = GetReadArg(static_cast<size_t>(buLen), length, offset); in Read()
|
| H A D | stream_impl.h | 40 std::tuple<int, int64_t> ReadCur(uint8_t* buffer, size_t buLen, int64_t length); 42 std::tuple<int, int64_t> Read(uint8_t* buffer, size_t buLen, int64_t length, int64_t offset);
|
Completed in 1 milliseconds