Home
last modified time | relevance | path

Searched refs:jsonPath (Results 1 – 3 of 3) sorted by relevance

/developtools/global_resource_tool/src/
Dreference_parser.cpp110 string jsonPath; in ParseRefInJsonFile() local
112 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
115 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
118 if (!ParseRefJson(resourceItem.GetFilePath(), jsonPath)) { in ParseRefInJsonFile()
122 if (isIncrement && ResourceUtil::FileExist(jsonPath)) { in ParseRefInJsonFile()
123 resourceItem.SetData(reinterpret_cast<const int8_t *>(jsonPath.c_str()), jsonPath.length()); in ParseRefInJsonFile()
/developtools/packing_tool/adapter/ohos/
DUtility.java44 private String jsonPath = ""; field in Utility
143 return jsonPath; in getJsonPath()
146 public void setJsonPath(String jsonPath) { in setJsonPath() argument
147 if (!jsonPath.startsWith(CMD_PREFIX)) { in setJsonPath()
148 this.jsonPath = getFormattedPath(jsonPath); in setJsonPath()
DCompressor.java461 String jsonPath = utility.getJsonPath(); in copyFileToTempDir() local
462 File oldfile = new File(jsonPath); in copyFileToTempDir()
477 try (InputStream inStream = new FileInputStream(jsonPath); in copyFileToTempDir()
549 String jsonPath = utility.getJsonPath(); in putBuildHash() local
550 File file = new File(jsonPath); in putBuildHash()
564 bw = new BufferedWriter(new FileWriter(jsonPath)); in putBuildHash()