Home
last modified time | relevance | path

Searched refs:fileInPackageRelativePath (Results 1 – 2 of 2) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DCodeGenerationUtils.java80 public static Path fileInPackageRelativePath(String pkg, String file) { in fileInPackageRelativePath() method in CodeGenerationUtils
DSourceRoot.java97 final Path relativePath = fileInPackageRelativePath(startPackage, filename); in tryToParse()
399 final Path path = fileInPackageRelativePath(startPackage, filename); in add()