Searched defs:rootPath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/
H A DFramework.java116 private static List<File> findBinaries(final String rootPath, final String name){ argument
119 File mainBin = new File(rootPath, name);
122 File bsBin = new File(rootPath, "Resources/BridgeSupport/" + name + ".dylib");

Completed in 1571 milliseconds