Searched refs:jsonPath (Results 1 – 3 of 3) sorted by relevance
110 string jsonPath; in ParseRefInJsonFile() local112 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()
44 private String jsonPath = ""; field in Utility143 return jsonPath; in getJsonPath()146 public void setJsonPath(String jsonPath) { in setJsonPath() argument147 if (!jsonPath.startsWith(CMD_PREFIX)) { in setJsonPath()148 this.jsonPath = getFormattedPath(jsonPath); in setJsonPath()
461 String jsonPath = utility.getJsonPath(); in copyFileToTempDir() local462 File oldfile = new File(jsonPath); in copyFileToTempDir()477 try (InputStream inStream = new FileInputStream(jsonPath); in copyFileToTempDir()549 String jsonPath = utility.getJsonPath(); in putBuildHash() local550 File file = new File(jsonPath); in putBuildHash()564 bw = new BufferedWriter(new FileWriter(jsonPath)); in putBuildHash()