Home
last modified time | relevance | path

Searched refs:WriteBufferToFd (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp266 auto ret = FileUtil::WriteBufferToFd(fd, writeContent.c_str(), writeContent.size());
271 ret = FileUtil::WriteBufferToFd(fd, nullptr, writeContent.size());
273 (void)FileUtil::WriteBufferToFd(fd, "", writeContent.size());
275 (void)FileUtil::WriteBufferToFd(fd, writeContent.c_str(), writeContent.size());
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h68 bool WriteBufferToFd(int fd, const char* buffer, size_t size);
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp209 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() function