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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java1771 private static Boolean isWindowsPlatform = null; field in class:BMPImageReader
1785 if (isWindowsPlatform == null) {
1793 isWindowsPlatform = AccessController.doPrivileged(a);
1796 if (!isWindowsPlatform) {

Completed in 81 milliseconds