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

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib_private.h57 int FileState, FileHandle, /* Where all this data goes to! */ member in struct:GifFilePrivateType
H A Ddgif_lib.c92 int FileHandle; local
95 if ((FileHandle = open(FileName, O_RDONLY
104 GifFile = DGifOpenFileHandle(FileHandle);
106 close(FileHandle);
116 DGifOpenFileHandle(int FileHandle) { argument
138 setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
141 f = fdopen(FileHandle, "rb"); /* Make it into a stream: */
149 Private->FileHandle = FileHandle;
214 Private->FileHandle
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp56 class FileHandle;

Completed in 35 milliseconds