Home
last modified time | relevance | path

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

12

/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
/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp32 bool WriteFile(const std::string& filePath, const std::string& fileContent) in WriteFile()
181 std::string fileContent = "Hello world"; variable
245 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.cpp332 std::string fileContent; in GetModuleJsonContentFromPath() local
470 std::string fileContent; in GetPackInfoContentFromPath() local
/developtools/smartperf_host/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
DSpUserPluginChart.ts227 const fileContent = e.target?.result; constant
DSpBpftraceChart.ts208 const fileContent = e.target?.result; constant
/developtools/packing_tool/adapter/ohos/
DHapZipInfo.java109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap()
DFileUtils.java446 String fileContent = getFileStringFromZip(filePath, zipFile); in getProfileJson() local
DUncompress.java1442 String fileContent = FileUtils.getFileStringFromZip(filePath, zipFile); in getProfileJson() local
1509 String fileContent = readStringFromInputStream(zipIn, bufferedReader); in unZipModuleHapFileFromInputStream() 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/ace_ets2bundle/arkui-plugins/ui-syntax-plugins/utils/
Dindex.ts192 const fileContent = fs.readFileSync(filePath, 'utf-8'); constant
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/mock/
Dmock_fast_app_module_json_utils.cpp83 std::string fileContent; in GetStageHapVerifyInfo() local
128 std::string fileContent; in GetFaHapVerifyInfo() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.cpp82 std::string fileContent; in GetStageHapVerifyInfo() local
127 std::string fileContent; in GetFaHapVerifyInfo() local
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dets_checker.test.ts276 const fileContent: string = ` constant
343 const fileContent: string = ` constant
/developtools/packing_tool/packing_tool/frameworks/test/unittest/multiapp_packager_test/mock/
Dmock_multiapp_module_json_utils.cpp83 std::string fileContent; in GetStageHapVerifyInfo() local
128 std::string fileContent; in GetFaHapVerifyInfo() local
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts350 const fileContent: string = fs.readFileSync(fileName, { encoding: 'utf-8' }); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts345 const fileContent = fs.readFileSync(fileWhiteListsCachePath, 'utf8'); constant
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/
Dbytecode_obfuscator.ts345 const fileContent = fs.readFileSync(fileWhiteListsCachePath, 'utf8'); constant
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hsp_packager_test/
Dhsp_packager_test.cpp838 void WriteFile(const std::string& file, const std::string& fileContent) in WriteFile()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dob_config_resolver.test.ts839 const fileContent: string = fs.readFileSync(newFilePath, 'utf-8'); constant
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts720 const fileContent: ProjectCollections.FileContent = { constant
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dark_utils.ts744 const fileContent: ProjectCollections.FileContent = { constant
/developtools/profiler/device/base/src/
Dcommon.cpp662 …(const std::string &filePath, const std::vector<std::string>& validPaths, std::string& fileContent) in ReadFile()

12