Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/testing/compile/
DCompilerTests.java57 return getRunfilesPath().toFile(); in getRunfilesDir()
60 private static Path getRunfilesPath() { in getRunfilesPath() method in CompilerTests
61 Path propPath = getRunfilesPath(System.getProperties()); in getRunfilesPath()
66 Path envPath = getRunfilesPath(System.getenv()); in getRunfilesPath()
75 private static Path getRunfilesPath(Map<?, ?> map) { in getRunfilesPath() method in CompilerTests