Home
last modified time | relevance | path

Searched refs:GetFileContent (Results 1 – 5 of 5) 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.cpp165 if (!helper.GetFileContent(buf)) { in ExtractZipFile()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_file.cpp435 static int32_t GetFileContent(const std::string& path, std::string& content) in GetFileContent() function
456 (void)GetFileContent(DLP_GENERAL_INFO, content); in ParseDlpInfo()