Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/
Dpackager.cpp302 bool Packager::SetGenerateBuildHash(std::string &jsonPath, bool &generateBuildHash, bool &buildHash… in SetGenerateBuildHash()
358 bool Packager::CopyFileToTempDir(std::string &jsonPath) in CopyFileToTempDir()
379 const std::map<std::string, std::string> &parameterMap, const std::string &jsonPath) in BuildHash()
394 bool Packager::PutBuildHash(const std::string &jsonPath, const std::string &hash, bool &buildHashFi… in PutBuildHash()
Dhsp_packager.cpp247 bool HspPackager::CompressHspMode(const std::string &jsonPath) in CompressHspMode()
423 bool HspPackager::CompressHspModePartSecond(const std::string &jsonPath) in CompressHspModePartSecond()
461 bool HspPackager::CompressHspModePartThird(const std::string &jsonPath) in CompressHspModePartThird()
Dhap_packager.cpp50 std::string jsonPath; in PreProcess() local
414 bool HapPackager::CheckStageHap(const std::string &jsonPath) in CheckStageHap()
429 bool HapPackager::CompressHapModeForModule(const std::string &jsonPath) in CompressHapModeForModule()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/hsp_packager_test/
Dhsp_packager_test.cpp985 std::string jsonPath = "aa"; variable
1338 std::string jsonPath = "aa"; variable
/developtools/global_resource_tool/src/
Dreference_parser.cpp124 string jsonPath; in ParseRefInJsonFile() local
/developtools/packing_tool/adapter/ohos/
DScan.java129 String jsonPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + STAT_JSON; in scanExecute() local
DUtility.java51 private String jsonPath = ""; field in Utility
183 public void setJsonPath(String jsonPath) { in setJsonPath()
DCompressor.java880 String jsonPath = utility.getJsonPath(); in copyFileToTempDir() local
972 String jsonPath = utility.getJsonPath(); in putBuildHash() local
1791 private static String readerFile(String jsonPath) throws IOException { in readerFile()
2905 private void parsePackInfoJsonFile(Utility utility, String jsonPath) in parsePackInfoJsonFile()