OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_fstream_
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
trace_reader.cpp
618
static_fstream_
= NULL;
769
static_fstream_
= fstream;
790
fseek(
static_fstream_
, sizeof(TraceHeader), SEEK_SET);
1043
fclose(
static_fstream_
);
1044
static_fstream_
= NULL;
1051
freopen(static_filename_, "r+",
static_fstream_
);
1052
fseek(
static_fstream_
, 0, SEEK_SET);
1067
fwrite(&swappedHeader, sizeof(TraceHeader), 1,
static_fstream_
);
1074
int rval = fread(rec, sizeof(StaticRec), 1,
static_fstream_
);
1076
if (feof(
static_fstream_
)) {
[
all
...]
trace_reader_base.h
129
FILE *
static_fstream_
;
member in class:TraceReaderBase
Completed in 58 milliseconds