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.cpp301 auto ret = FileUtil::WriteBufferToFd(fd, writeContent.c_str(), writeContent.size());
306 ret = FileUtil::WriteBufferToFd(fd, nullptr, writeContent.size());
308 (void)FileUtil::WriteBufferToFd(fd, "", writeContent.size());
310 (void)FileUtil::WriteBufferToFd(fd, writeContent.c_str(), writeContent.size());
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h69 bool WriteBufferToFd(int fd, const char* buffer, size_t size);
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp249 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() function