Home
last modified time | relevance | path

Searched refs:AppendFile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_config_test.cpp59 void AppendFile(const std::string &line) in AppendFile() function in OHOS::DHCP::MockConfigFile
94 mockConfigFile.AppendFile(content);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_catcher.h27 int AppendFile(int fd, const std::string &fileName) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp65 int EventLogCatcher::AppendFile(int fd, const std::string &fileName) const in AppendFile() function in OHOS::HiviewDFX::EventLogCatcher
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp78 EXPECT_TRUE(eventLogCatcher->AppendFile(-1, "") == 0);
87 eventLogCatcher->AppendFile(fd, fileName);
88 EXPECT_TRUE(eventLogCatcher->AppendFile(fd, "") == 0);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp45 void AppendFile(const std::string& filename, const std::string& storename) function
134 AppendFile(p + d->d_name, op + d->d_name);