Searched refs:jsonPath (Results 1 – 4 of 4) sorted by relevance
112 string jsonPath; in ParseRefInJsonFile() local114 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()
47 private String jsonPath = ""; field in Utility153 return jsonPath; in getJsonPath()156 public void setJsonPath(String jsonPath) { in setJsonPath() argument157 if (!jsonPath.startsWith(CMD_PREFIX)) { in setJsonPath()158 this.jsonPath = getFormattedPath(jsonPath); in setJsonPath()
129 String jsonPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + STAT_JSON; in scanExecute() local132 writeFile(jsonPath, jsonList.toString()); in scanExecute()
538 String jsonPath = utility.getJsonPath(); in copyFileToTempDir() local539 File oldfile = new File(jsonPath); in copyFileToTempDir()555 try (InputStream inStream = new FileInputStream(jsonPath); in copyFileToTempDir()627 String jsonPath = utility.getJsonPath(); in putBuildHash() local628 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() argument1201 File jsonFile = new File(jsonPath); in readerFile()