Home | History | Annotate | Download | only in io

Lines Matching defs:WINDOWS

56     /** Operating system state flag for neither Unix nor Windows. */
58 /** Operating system state flag for Windows. */
59 private static final int WINDOWS = 1;
76 if (osName.indexOf("windows") != -1) {
77 os = WINDOWS;
114 * bytes on Windows, 512 byte units on OS X and kilobytes on Unix.
121 * FileSystemUtils.freeSpace("C:"); // Windows
125 * It uses 'dir /-c' on Windows and 'df' on *nix.
146 * FileSystemUtils.freeSpaceKb("C:"); // Windows
150 * It uses 'dir /-c' on Windows, 'df -kP' on AIX/HP-UX and 'df -k' on other Unix.
152 * In order to work, you must be running Windows, or have a implementation of
175 * FileSystemUtils.freeSpace("C:"); // Windows
179 * It uses 'dir /-c' on Windows and 'df' on *nix.
194 case WINDOWS:
210 * Find free space on the Windows platform using the 'dir' command.
245 * Parses the Windows dir response last line