Searched refs:platformDir (Results 1 – 1 of 1) sorted by relevance
143 String platformDir = System.getProperty(PLATFORM_DIR_PROPERTY); in getPlatformDir() local144 if (platformDir != null && !platformDir.isEmpty() && new File(platformDir).isDirectory()) { in getPlatformDir()145 return platformDir; in getPlatformDir()150 platformDir = getPlatformDirFromHostOut(new File(androidHostOut)); in getPlatformDir()151 if (platformDir != null) { in getPlatformDir()152 return platformDir; in getPlatformDir()158 platformDir = getPlatformDirFromRoot(workingDir); in getPlatformDir()159 if (platformDir != null) { in getPlatformDir()160 return platformDir; in getPlatformDir()207 String platformDir = getPlatformDirFromHostOut(hostOut); in getPlatformDirFromRoot() local[all …]