Home | History | Annotate | Download | only in MC

Lines Matching full:pinput

108 bool InputBuilder::setContext(Input& pInput, bool pCheck)
114 if (0 != pInput.fileOffset() || !pCheck) {
115 // pInput is an object in an archive file. Produce a new context in this
120 // Using pInput.path() to avoid from creating context for identical file
122 context = m_pContextFactory->produce(pInput.path());
125 pInput.setContext(context);
129 bool InputBuilder::setMemory(Input& pInput,
133 MemoryArea *memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm);
138 pInput.setMemArea(memory);
142 bool InputBuilder::setMemory(Input& pInput, void* pMemBuffer, size_t pSize)
145 pInput.setMemArea(memory);