Home
last modified time | relevance | path

Searched refs:WriteCur (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstream_impl.h44 std::tuple<int, int64_t> WriteCur(const std::string& buffer, int64_t length, const std::string& encode);
H A Dfile_fs_impl.h78 static RetDataI64 WriteCur(int32_t fd, char* buf, size_t length, std::string encode);
H A Dstream_ffi.cpp54 auto [state, writeLen] = instance->WriteCur(buffer, length, encode); in FfiOHOSStreamWriteCur()
H A Dstream_impl.cpp196 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 Dfile_fs_ffi.cpp210 auto ret = FileFsImpl::WriteCur(fd, buffer, length, encode); in FfiOHOSFileFsWriteCur()
H A Dfile_fs_impl.cpp890 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