Searched defs:fileContent (Results 1 – 7 of 7) sorted by relevance
32 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()135 std::string fileContent = "Hello world"; variable183 std::string fileContent = "Hello world"; variable
109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap()
442 String fileContent = getFileStringFromZip(filePath, zipFile); in getProfileJson() local
1397 String fileContent = FileUtils.getFileStringFromZip(filePath, zipFile); in getProfileJson() local1464 String fileContent = readStringFromInputStream(zipIn, bufferedReader); in unZipModuleHapFileFromInputStream() local
1158 String fileContent = profileJsons.get(pageFile); in parseModulePages() local
505 const fileContent = fs.readFileSync(nameCachePath, 'utf-8'); constant
438 …(const std::string &filePath, const std::vector<std::string>& validPaths, std::string& fileContent) in ReadFile()