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