Home | History | Annotate | Download | only in io

Lines Matching defs:UNIX

56     /** Operating system state flag for neither Unix nor Windows. */

60 /** Operating system state flag for Unix. */
61 private static final int UNIX = 2;
62 /** Operating system state flag for Posix flavour Unix. */
85 osName.indexOf("digital unix") != -1 ||
86 osName.indexOf("unix") != -1 ||
88 os = UNIX;
114 * bytes on Windows, 512 byte units on OS X and kilobytes on Unix.
127 * @param path the path to get free space for, not null, not empty on Unix
149 * It uses 'dir /-c' on Windows, 'df -kP' on AIX/HP-UX and 'df -k' on other Unix.
152 * Unix df that supports GNU format when passed -k (or -kP). If you are going
158 * @param path the path to get free space for, not null, not empty on Unix
180 * @param path the path to get free space for, not null, not empty on Unix
195 case UNIX: