OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ofh
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/scan-build/
ccc-analyzer
253
my ($
ofh
, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
256
print $
ofh
$_;
259
close $
ofh
;
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer
254
my ($
ofh
, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
257
print $
ofh
$_;
260
close $
ofh
;
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer
254
my ($
ofh
, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
257
print $
ofh
$_;
260
close $
ofh
;
Completed in 72 milliseconds