Searched defs:File (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib_private.h70 FILE *File; /* File as stream. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c74 fread(_buf,1,_len,((GifFilePrivateType*)_gif->Private)->File))
150 Private->File = f;
215 Private->File = 0;
593 FILE *File; local
606 File = Private->File;
630 if (File && (fclose(File) != 0)) {
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java85 * Each directory's absolute pathname is an ancestor of any <tt>File</tt>
128 * <p> Instances of the <code>File</code> class are immutable; that is, once
129 * created, the abstract pathname represented by a <code>File</code> object
137 * many of the limitations of the {@code java.io.File} class.
139 * Path} that uses the abstract path represented by a {@code File} object to
149 public class File class in inherits:Serializable,Comparable
150 implements Serializable, Comparable<File>
249 private File(String pathname, int prefixLength) { method in class:File
257 * public(File, String) constructor.
259 private File(Strin method in class:File
275 public File(String pathname) { method in class:File
315 public File(String parent, String child) { method in class:File
358 public File(File parent, String child) { method in class:File
412 public File(URI uri) { method in class:File
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java195 File file;
197 // File header
673 public void initFile(File file) {
709 public java.io.File getFileName(java.io.File parent) {
713 String fname = name.replace('/', java.io.File.separatorChar);
714 return new java.io.File(parent, fname);
716 public java.io.File getFileName() {
735 ArrayList<File> files = new ArrayList<>();
737 public List<File> getFile
750 public final class File implements Comparable { class in class:Package
759 File(Utf8Entry name) { method in class:Package.File
764 File(String nameString) { method in class:Package.File
[all...]

Completed in 48 milliseconds