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