Searched refs:platformDir (Results 1 – 1 of 1) sorted by relevance
227 String platformDir = System.getProperty(PLATFORM_DIR_PROPERTY); in getPlatformDir() local228 if (platformDir != null && !platformDir.isEmpty() && new File(platformDir).isDirectory()) { in getPlatformDir()229 return platformDir; in getPlatformDir()234 platformDir = getPlatformDirFromHostOut(new File(androidHostOut)); in getPlatformDir()235 if (platformDir != null) { in getPlatformDir()236 return platformDir; in getPlatformDir()242 platformDir = getPlatformDirFromRoot(workingDir); in getPlatformDir()243 if (platformDir != null) { in getPlatformDir()244 return platformDir; in getPlatformDir()291 String platformDir = getPlatformDirFromHostOut(hostOut); in getPlatformDirFromRoot() local[all …]