Searched defs:pOutputFd (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/AndroidBitcode/
H A DABCCompilerDriver.cpp175 int pOutputFd) {
182 Linker::ErrorCode result = mLinker.setOutput(pOutputFd);
186 pOutputFd, Linker::GetErrorString(result));
256 bool ABCCompilerDriver::build(int pInputFd, int pOutputFd) { argument
295 if (!link(*script, output_relocatable, pOutputFd)) {
173 link(const Script &pScript, const std::string &input_relocatable, int pOutputFd) argument

Completed in 53 milliseconds