HomeSort by: relevance | last modified time | path
    Searched refs:fileName (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 50 /// <param name="fileName">The name of the compressed file to create</param>
53 public GZipStream(string fileName, CompressLevel level)
56 _gzFile = gzopen(fileName, String.Format("wb{0}", (int)level));
58 throw new ZLibException(-1, "Could not open " + fileName);
64 /// <param name="fileName">The name of the file to open</param>
66 public GZipStream(string fileName)
69 _gzFile = gzopen(fileName, "rb");
71 throw new ZLibException(-1, "Could not open " + fileName);
  /src/sys/arch/hpc/stand/hpcboot/
boot.cpp 111 wcscpy(args.fileName, pref.kernel_user_file);
hpcboot.h 99 TCHAR fileName[MAX_PATH];
hpcboot.cpp 158 if (!f._file->open(f.args.fileName)) {
  /src/sys/arch/sparc/include/
oldmon.h 146 char *fileName; /* File name, points into strings */
  /src/sys/arch/sun3/include/
mon.h 76 char *fileName; /* File name, points into strings */
  /src/sys/arch/sun68k/include/
mon.h 76 char *fileName; /* File name, points into strings */
  /src/sys/arch/sun2/sun2/
promlib.c 253 return (sunmon_bootparam.fileName);
421 new_bp->fileName += bp_shift;

Completed in 16 milliseconds