Searched refs:WriteCur (Results 1 - 6 of 6) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stream_impl.h | 44 std::tuple<int, int64_t> WriteCur(const std::string& buffer, int64_t length, const std::string& encode);
|
H A D | file_fs_impl.h | 78 static RetDataI64 WriteCur(int32_t fd, char* buf, size_t length, std::string encode);
|
H A D | stream_ffi.cpp | 54 auto [state, writeLen] = instance->WriteCur(buffer, length, encode); in FfiOHOSStreamWriteCur()
|
H A D | stream_impl.cpp | 196 tuple<int, int64_t> StreamImpl::WriteCur(const std::string& buffer, int64_t length, const std::string& encode) in WriteCur() function in OHOS::CJSystemapi::FileFs::StreamImpl
|
H A D | file_fs_ffi.cpp | 210 auto ret = FileFsImpl::WriteCur(fd, buffer, length, encode); in FfiOHOSFileFsWriteCur()
|
H A D | file_fs_impl.cpp | 890 RetDataI64 FileFsImpl::WriteCur(int32_t fd, char* buf, size_t length, std::string encode) in WriteCur() function in OHOS::CJSystemapi::FileFsImpl
|
Completed in 5 milliseconds