Searched refs:inputPath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java324 private static String inferPackageName(String inputPath, String outputPath) { argument
326 inputPath = new File(inputPath).getPath();
335 String[] inputs = inputPath.split(sep);
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java330 private static String inferPackageName(String inputPath, String outputPath) { argument
332 inputPath = new File(inputPath).getPath();
341 String[] inputs = inputPath.split(sep);

Completed in 37 milliseconds