Searched refs:GetFileContent (Results 1 – 4 of 4) 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
124 if (!helper.GetFileContent(buf)) { in ExtractZipFile()