Searched refs:getPlatformDirFromRoot (Results 1 – 1 of 1) sorted by relevance
158 platformDir = getPlatformDirFromRoot(workingDir); in getPlatformDir()187 return currentDir == null ? null : getPlatformDirFromRoot(currentDir); in getPlatformDir()190 private static String getPlatformDirFromRoot(File root) { in getPlatformDirFromRoot() method in RenderTestBase