Home
last modified time | relevance | path

Searched refs:GetFileContent (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
Dsys_event_stat_test.cpp45 static std::string GetFileContent(const std::string& filename) in GetFileContent() function
77 std::string result1 = GetFileContent("./fd1.txt");
83 std::string result2 = GetFileContent("./fd2.txt");
89 std::string result3 = GetFileContent("./fd3.txt");
95 std::string result4 = GetFileContent("./fd4.txt");
/base/update/sys_installer/services/module_update/util/include/
Dmodule_zip_helper.h40 bool GetFileContent(std::string &buf);
/base/update/sys_installer/services/module_update/util/src/
Dmodule_zip_helper.cpp192 bool ModuleZipHelper::GetFileContent(std::string &buf) in GetFileContent() function in OHOS::SysInstaller::ModuleZipHelper
Dmodule_file.cpp124 if (!helper.GetFileContent(buf)) { in ExtractZipFile()