Searched refs:fileInPackageAbsolutePath (Results 1 – 2 of 2) sorted by relevance
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/ |
| D | CodeGenerationUtils.java | 67 public static Path fileInPackageAbsolutePath(String root, String pkg, String file) { in fileInPackageAbsolutePath() method in CodeGenerationUtils 72 public static Path fileInPackageAbsolutePath(Path root, String pkg, String file) { in fileInPackageAbsolutePath() method in CodeGenerationUtils 73 return fileInPackageAbsolutePath(root.toString(), pkg, file); in fileInPackageAbsolutePath()
|
| D | SourceRoot.java | 276 callback(fileInPackageAbsolutePath(root, startPackage, filename), configuration, callback); in parse()
|