Searched refs:WriteBufferToFd (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/adapter/utility/test/unittest/common/ |
D | adapter_utility_ohos_test.cpp | 266 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/adapter/utility/platform/linux/ |
D | file_util.cpp | 72 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() function
|
/base/hiviewdfx/hiview/adapter/utility/platform/windows/ |
D | file_util.cpp | 85 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() function
|
/base/hiviewdfx/hiview/adapter/utility/include/ |
D | file_util.h | 66 bool WriteBufferToFd(int fd, const char* buffer, size_t size);
|
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/ |
D | file_util.cpp | 188 bool WriteBufferToFd(int fd, const char* buffer, size_t size) in WriteBufferToFd() function
|