Home
last modified time | relevance | path

Searched refs:trace_stream (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/src/
H A Dtool_cb_dbg.c134 if(!config->trace_stream) { in tool_debug_cb()
137 config->trace_stream = stdout; in tool_debug_cb()
140 config->trace_stream = tool_stderr; in tool_debug_cb()
142 config->trace_stream = fopen(config->trace_dump, FOPEN_WRITETEXT); in tool_debug_cb()
147 if(config->trace_stream) in tool_debug_cb()
148 output = config->trace_stream; in tool_debug_cb()
H A Dtool_main.c193 if(config->trace_fopened && config->trace_stream) in free_globalconfig()
194 fclose(config->trace_stream); in free_globalconfig()
195 config->trace_stream = NULL; in free_globalconfig()
H A Dtool_cfgable.h309 FILE *trace_stream; member
/third_party/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2989 // Copy trace_stream to stdout. in CheckOrGenerateTrace()
2990 FILE* trace_stream = fopen(filename, "r"); in CheckOrGenerateTrace() local
2991 VIXL_ASSERT(trace_stream != NULL); in CheckOrGenerateTrace()
2992 fseek(trace_stream, 0, SEEK_SET); in CheckOrGenerateTrace()
2995 c = getc(trace_stream); in CheckOrGenerateTrace()
2999 fclose(trace_stream); in CheckOrGenerateTrace()
3002 // Check trace_stream against ref_file. in CheckOrGenerateTrace()
3022 FILE* trace_stream = fdopen(mkstemp(trace_stream_filename), "w");
3025 Simulator simulator(&decoder, trace_stream);
3110 fclose(trace_stream);
[all...]

Completed in 6 milliseconds