Searched refs:getRunfilesPath (Results 1 – 1 of 1) sorted by relevance
57 return getRunfilesPath().toFile(); in getRunfilesDir()60 private static Path getRunfilesPath() { in getRunfilesPath() method in CompilerTests61 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