OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:api_file
(Results
1 - 1
of
1
) sorted by null
/external/llvm/tools/gold/
gold-plugin.cpp
367
std::ofstream
api_file
;
local
371
api_file
.open("apifile.txt", std::ofstream::out | std::ofstream::trunc);
372
if (!
api_file
.is_open()) {
388
api_file
<< I->syms[i].name << "\n";
394
api_file
.close();
Completed in 112 milliseconds