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

/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java168 a2 = maybeExpandProperties(a.substring(eq+1));
175 dest = new File(a2 != null ? a2 : maybeExpandProperties(av.remove(1)));
178 classpath = maybeExpandProperties(av.remove(1)).split("["+File.pathSeparatorChar+"]");
213 av.set(i, maybeExpandProperties(av.get(i)));
226 private String maybeExpandProperties(String s) { method in class:Indify

Completed in 38 milliseconds