Home
last modified time | relevance | path

Searched defs:jsonFile (Results 1 – 8 of 8) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
Dpatch_json_test.cpp356 std::string jsonFile; variable
370 std::string jsonFile; variable
/developtools/packing_tool/adapter/ohos/
DPackageNormalize.java214 File jsonFile = file.toFile(); in compressFile() local
DCompressVerify.java1097 File jsonFile = new File(utility.getJsonPath()); in isVerifyValidInHapAdditionMode() local
1127 private static boolean checkJsonIsValid(File jsonFile) { in checkJsonIsValid()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dpatch_json.cpp50 bool PatchJson::ParseFromFile(const std::string& jsonFile) in ParseFromFile()
Dpack_info.cpp56 bool PackInfo::ParseFromFile(const std::string& jsonFile) in ParseFromFile()
Dmodule_json.cpp103 bool ModuleJson::ParseFromFile(const std::string& jsonFile) in ParseFromFile()
/developtools/global_resource_tool/src/
Dresource_pack.cpp378 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature() local
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts880 let jsonFile: string = ''; variable