Searched defs:fileContent (Results 1 – 10 of 10) sorted by relevance
31 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()134 std::string fileContent = "Hello world"; variable182 std::string fileContent = "Hello world"; variable
109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap()
443 String fileContent = getFileStringFromZip(filePath, zipFile); in getProfileJson() local
1407 String fileContent = FileUtils.getFileStringFromZip(filePath, zipFile); in getProfileJson() local1474 String fileContent = readStringFromInputStream(zipIn, bufferedReader); in unZipModuleHapFileFromInputStream() local
1161 String fileContent = profileJsons.get(pageFile); in parseModulePages() local
560 const fileContent = e.target?.result.split(/[\r\n]/).filter(Boolean); constant
208 const fileContent = e.target?.result; constant
227 const fileContent = e.target?.result; constant
546 …(const std::string &filePath, const std::vector<std::string>& validPaths, std::string& fileContent) in ReadFile()
285 let fileContent: string = fs.readFileSync(fileName).toString(); variable