Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dreference_parser.cpp112 string jsonPath; in ParseRefInJsonFile() local
114 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
117 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
120 if (!ParseRefJson(resourceItem.GetFilePath(), jsonPath)) { in ParseRefInJsonFile()
124 if (isIncrement && ResourceUtil::FileExist(jsonPath)) { in ParseRefInJsonFile()
125 resourceItem.SetData(reinterpret_cast<const int8_t *>(jsonPath.c_str()), jsonPath.length()); in ParseRefInJsonFile()
/developtools/packing_tool/adapter/ohos/
DUtility.java47 private String jsonPath = ""; field in Utility
153 return jsonPath; in getJsonPath()
156 public void setJsonPath(String jsonPath) { in setJsonPath() argument
157 if (!jsonPath.startsWith(CMD_PREFIX)) { in setJsonPath()
158 this.jsonPath = getFormattedPath(jsonPath); in setJsonPath()
DScan.java129 String jsonPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + STAT_JSON; in scanExecute() local
132 writeFile(jsonPath, jsonList.toString()); in scanExecute()
DCompressor.java538 String jsonPath = utility.getJsonPath(); in copyFileToTempDir() local
539 File oldfile = new File(jsonPath); in copyFileToTempDir()
555 try (InputStream inStream = new FileInputStream(jsonPath); in copyFileToTempDir()
627 String jsonPath = utility.getJsonPath(); in putBuildHash() local
628 File file = new File(jsonPath); in putBuildHash()
642 bw = new BufferedWriter(new FileWriter(jsonPath)); in putBuildHash()
1200 private static String readerFile(String jsonPath) throws IOException { in readerFile() argument
1201 File jsonFile = new File(jsonPath); in readerFile()