Searched refs:AppendFile (Results 1 – 5 of 5) sorted by relevance
59 void AppendFile(const std::string &line) in AppendFile() function in OHOS::DHCP::MockConfigFile94 mockConfigFile.AppendFile(content);
27 int AppendFile(int fd, const std::string &fileName) const;
65 int EventLogCatcher::AppendFile(int fd, const std::string &fileName) const in AppendFile() function in OHOS::HiviewDFX::EventLogCatcher
78 EXPECT_TRUE(eventLogCatcher->AppendFile(-1, "") == 0);87 eventLogCatcher->AppendFile(fd, fileName);88 EXPECT_TRUE(eventLogCatcher->AppendFile(fd, "") == 0);
45 void AppendFile(const std::string& filename, const std::string& storename) function134 AppendFile(p + d->d_name, op + d->d_name);