Searched refs:runfilesPath (Results 1 – 1 of 1) sorted by relevance
76 String runfilesPath = (String) map.get("TEST_SRCDIR"); in getRunfilesPath() local77 return isNullOrEmpty(runfilesPath) ? null : Paths.get(runfilesPath); in getRunfilesPath()