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

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileDispatcherImpl.java84 return size0(fd);
137 static native long size0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java96 return size0(fd);
149 static native long size0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DNativeUnpack.java282 int size0 = data0.capacity();
283 data0.get(_buf, fillp, size0);
284 fillp += size0;
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java1917 long size0 = size;
1932 size0 = ZIP64_MINVAL; // size(8)
1962 writeInt(os, size0); // uncompressed size
1979 if (size0 == ZIP64_MINVAL)

Completed in 38 milliseconds