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