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
368
std::ofstream
api_file
;
local
372
api_file
.open("apifile.txt", std::ofstream::out | std::ofstream::trunc);
373
if (!
api_file
.is_open()) {
393
api_file
<< I->syms[i].name << "\n";
399
api_file
.close();
Completed in 1124 milliseconds