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

/frameworks/compile/mclinker/lib/Support/
H A DMemoryAreaFactory.cpp65 MemoryArea* MemoryAreaFactory::produce(int pFD, FileHandle::OpenMode pMode) { argument
H A Draw_ostream.cpp45 raw_fd_ostream::raw_fd_ostream(int pFD, argument
48 : llvm::raw_fd_ostream(pFD, pShouldClose, pUnbuffered),
H A DFileHandle.cpp106 bool FileHandle::delegate(int pFD, FileHandle::OpenModeEnum pMode) { argument
112 m_Handler = pFD;

Completed in 915 milliseconds