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

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

Completed in 99 milliseconds