Searched defs:fd (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DEjbVisitor.java87 public void accept(FieldDescriptor fd); argument
H A DTracerVisitor.java171 public void accept(FieldDescriptor fd) { argument
172 DOLUtils.getDefaultLogger().info("CMP Field " +fd);
H A DDefaultDOLVisitor.java220 public void accept(FieldDescriptor fd) { argument
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DLogFileHandle.java140 private FileDescriptor fd = null; field in class:LogFileHandle
165 fd = null; //@MA
339 fd.sync();
368 fd = fhandle.getFD();
419 fd = null; //@MA
487 fd.sync();
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.h180 int fd; /* open file descriptor */ member in struct:jzfile
H A Dzip_util.c72 static jint readFully(int fd, void *buf, jint len) argument
77 jint n = read(fd, (char *)bp, len);
152 int fd = zip->fd; local
155 len = pos = lseek(fd, 0, SEEK_END);
178 if (lseek(fd, pos, SEEK_SET) == -1)
180 if (readFully(fd, buf, count) == -1)
194 if (lseek(fd, endpos + ENDHDR, SEEK_SET) == -1)
201 if (readFully(zip->fd, zip->comment, clen) == -1)
344 if (lseek(zip->fd, cenpo
856 inflateFully(jzfile *zip, jzentry *entry, int fd, char **msg) argument
938 int fd; local
[all...]

Completed in 33 milliseconds