OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_fh
(Results
1 - 3
of
3
) sorted by null
/external/lldb/scripts/
sed-sources
113
my $
out_fh
= shift;
126
print $
out_fh
expand $line;
128
print $
out_fh
unexpand $line;
130
print $
out_fh
$line;
143
my $
out_fh
;
148
$
out_fh
= *STDOUT;
155
($
out_fh
, $out_path) = tempfile();
159
process_opened_file_handle (*IN, $
out_fh
);
175
close ($
out_fh
);
/external/lldb/tools/driver/
Driver.h
72
ParseArgs (int argc, const char *argv[], FILE *
out_fh
, bool &do_exit);
Driver.cpp
481
Driver::ParseArgs (int argc, const char *argv[], FILE *
out_fh
, bool &exit)
714
ShowUsage (
out_fh
, g_options, m_option_data);
719
::fprintf (
out_fh
, "%s\n", m_debugger.GetVersionString());
731
::fprintf (
out_fh
, "%s\n", python_path);
734
::fprintf (
out_fh
, "<PATH TOO LONG>\n");
737
::fprintf (
out_fh
, "<COULD NOT FIND PATH>\n");
770
::fprintf (
out_fh
, "Warning: program arguments are ignored when attaching.\n");
1147
FILE *
out_fh
= m_debugger.GetOutputFileHandle();
local
[
all
...]
Completed in 266 milliseconds