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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DLineSeparator.java34 * Line separator for Unix systems (<tt>\n</tt>).
36 public static final String Unix = "\n"; field in class:LineSeparator
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileAttributeViews.java285 private static class Unix extends Posix { class in class:UnixFileAttributeViews
301 Unix(UnixPath file, boolean followLinks) { method in class:UnixFileAttributeViews.Unix
365 static Unix createUnixView(UnixPath file, boolean followLinks) {
366 return new Unix(file, followLinks);
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java417 // Unix executables, and PATH vs explicit searching.
457 // Test Unix interpreter scripts
580 static class Unix { class in class:Basic
615 if (! Unix.is())
1082 if (Unix.is())
1083 System.out.println("This appears to be a Unix system.");
1502 // Order is random on Unix, so this test does the sort.
1739 if (Unix.is()) {
1755 // PATH search algorithm on Unix
1980 if (Unix
[all...]

Completed in 45 milliseconds