Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/
Dzip_utils_test.cpp213 std::string fileContent; variable
235 std::string fileContent; variable
451 std::string fileContent; variable
468 std::string fileContent; variable
484 std::string fileContent; variable
501 std::string fileContent; variable
522 std::string fileContent; variable
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp31 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()
134 std::string fileContent = "Hello world"; variable
182 std::string fileContent = "Hello world"; variable
/developtools/packing_tool/packing_tool/frameworks/src/
Dzip_utils.cpp168 std::string& fileContent) in GetFileContentFromZip()
219 bool ZipUtils::GetUnzipCurrentFileContent(unzFile& unzipFile, std::string& fileContent) in GetUnzipCurrentFileContent()
256 std::string fileContent; in AddToResourceMap() local
Dfast_app_packager.cpp322 std::string fileContent; in GetModuleJsonContentFromPath() local
460 std::string fileContent; in GetPackInfoContentFromPath() local
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_utils.cpp50 std::string fileContent; in GetStageHapVerifyInfo() local
93 std::string fileContent; in GetFaHapVerifyInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp77 std::string fileContent; in GetStageHapVerifyInfo() local
122 std::string fileContent; in GetFaHapVerifyInfo() local
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpImportUserPluginsChart.ts218 const fileContent = e.target?.result; constant
DSpGpuCounterChart.ts560 const fileContent = e.target?.result.split(/[\r\n]/).filter(Boolean); constant
DSpBpftraceChart.ts208 const fileContent = e.target?.result; constant
DSpUserPluginChart.ts227 const fileContent = e.target?.result; constant
/developtools/packing_tool/adapter/ohos/
DHapZipInfo.java109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap()
DFileUtils.java445 String fileContent = getFileStringFromZip(filePath, zipFile); in getProfileJson() local
DUncompress.java1439 String fileContent = FileUtils.getFileStringFromZip(filePath, zipFile); in getProfileJson() local
1506 String fileContent = readStringFromInputStream(zipIn, bufferedReader); in unZipModuleHapFileFromInputStream() local
DJsonUtil.java1200 String fileContent = profileJsons.get(pageFile); in parseModulePages() local
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dets_checker.test.ts261 const fileContent: string = ` constant
328 const fileContent: string = ` constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts829 const fileContent: string = fs.readFileSync(newFilePath, 'utf-8'); constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts644 const fileContent: ProjectCollections.FileContent = { constant
Dets_checker.ts301 let fileContent: string = fs.readFileSync(fileName).toString(); variable
/developtools/profiler/device/base/src/
Dcommon.cpp604 …(const std::string &filePath, const std::vector<std::string>& validPaths, std::string& fileContent) in ReadFile()