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/
DSourceRoot.java28 import static com.github.javaparser.utils.CodeGenerationUtils.fileInPackageRelativePath;
105 final Path relativePath = fileInPackageRelativePath(startPackage, filename); in tryToParse()
383 final Path path = fileInPackageRelativePath(startPackage, filename); in add()
DCodeGenerationUtils.java77 public static Path fileInPackageRelativePath(String pkg, String file) { in fileInPackageRelativePath() method in CodeGenerationUtils