Searched refs:mZipMounts (Results 1 – 1 of 1) sorted by relevance
29 private List<File> mZipMounts = new ArrayList<>(); field in ClusterBuildInfo42 return Collections.unmodifiableList(mZipMounts); in getZipMounts()51 mZipMounts.add(dir); in addZipMount()