OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025