Home
last modified time | relevance | path

Searched refs:api_file (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/gold/
Dgold-plugin.cpp413 std::unique_ptr<raw_fd_ostream> api_file; in all_symbols_read_hook() local
419 api_file.reset(new raw_fd_ostream("apifile.txt", Error, sys::fs::F_None)); in all_symbols_read_hook()
435 (*api_file) << I->syms[i].name << "\n"; in all_symbols_read_hook()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DMain.py528 self.api_file = None
DModuleNode.py202 result.api_file = replace_suffix(result.c_file, "_api.h")
269 f = open_new_file(result.api_file)