Searched refs:targetDirPath (Results 1 – 3 of 3) sorted by relevance
25 final String targetDirPath; field in ResourceSplitter.SplitInfo27 public SplitInfo(String srcNodePath, String targetDirPath) { in SplitInfo() argument28 this(srcNodePath, targetDirPath, null); in SplitInfo()31 public SplitInfo(String srcNodePath, String targetDirPath, String targetNodePath) { in SplitInfo() argument45 this.targetDirPath = targetDirPath; in SplitInfo()99 String dirPath = si.targetDirPath; in ResourceSplitter()169 for (String targetDirPath : targetDirs.keySet()) { in split()170 ResourceTable root = resultMap.get(targetDirPath); in split()172 … log.log("Generate stub '" + source.root.name + ".txt' in '" + targetDirPath + "'"); in split()173 getResultRoot(targetDirPath); in split()[all …]
49 String dirPath = si.targetDirPath; in make()113 splitData.get(splitInfo.targetDirPath).addAll(rbPath, values); in split()
239 String targetDirPath = targetDirectory.getCanonicalPath(); in expand() local240 if (!targetDirPath.endsWith(File.separator)) { in expand()241 targetDirPath += File.separator; in expand()246 if (!f.getCanonicalPath().startsWith(targetDirPath)) { in expand()