Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp32 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()
135 std::string fileContent = "Hello world"; variable
183 std::string fileContent = "Hello world"; variable
/developtools/packing_tool/adapter/ohos/
DHapZipInfo.java109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap()
DFileUtils.java442 String fileContent = getFileStringFromZip(filePath, zipFile); in getProfileJson() local
DUncompress.java1397 String fileContent = FileUtils.getFileStringFromZip(filePath, zipFile); in getProfileJson() local
1464 String fileContent = readStringFromInputStream(zipIn, bufferedReader); in unZipModuleHapFileFromInputStream() local
DJsonUtil.java1158 String fileContent = profileJsons.get(pageFile); in parseModulePages() local
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts505 const fileContent = fs.readFileSync(nameCachePath, 'utf-8'); constant
/developtools/profiler/device/base/src/
Dcommon.cpp438 …(const std::string &filePath, const std::vector<std::string>& validPaths, std::string& fileContent) in ReadFile()