Searched defs:platform (Results 1 – 4 of 4) sorted by relevance
136 String platform = srcDir.getParentFile().getName(); in create() local
150 String platform = abiDir.getParentFile().getName(); in createBroken() local
309 PlatformTarget platform = (PlatformTarget)obj; in equals() local
949 private static boolean checkPlatformContent(File platform, ISdkLog log) { in checkPlatformContent()