Searched refs:GetFileContent (Results 1 – 5 of 5) sorted by relevance
45 static std::string GetFileContent(const std::string& filename) in GetFileContent() function77 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");
40 bool GetFileContent(std::string &buf);
192 bool ModuleZipHelper::GetFileContent(std::string &buf) in GetFileContent() function in OHOS::SysInstaller::ModuleZipHelper
165 if (!helper.GetFileContent(buf)) { in ExtractZipFile()
435 static int32_t GetFileContent(const std::string& path, std::string& content) in GetFileContent() function456 (void)GetFileContent(DLP_GENERAL_INFO, content); in ParseDlpInfo()