Searched refs:platformDir (Results 1 – 1 of 1) sorted by relevance
154 if (platformDir != null && !platformDir.isEmpty() && new File(platformDir).isDirectory()) { in getPlatformDir()155 return platformDir; in getPlatformDir()161 if (platformDir != null) { in getPlatformDir()162 return platformDir; in getPlatformDir()168 platformDir = getPlatformDirFromRoot(workingDir); in getPlatformDir()169 if (platformDir != null) { in getPlatformDir()170 return platformDir; in getPlatformDir()218 if (platformDir != null) { in getPlatformDirFromRoot()219 return platformDir; in getPlatformDirFromRoot()241 if (platformDir != null) { in getPlatformDirFromHostOut()[all …]