Lines Matching full:pinput
176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) {
182 const char *input_filename = pInput.getName().c_str();
183 const off_t cur_input_offset = pInput.tell();
185 if (pInput.hasError()) {
187 pInput.getErrorMessage().c_str());
191 filesize = pInput.getSize();
192 if (pInput.hasError()) {
194 input_filename, pInput.getErrorMessage().c_str());
199 map = pInput.createMap(/* pOffset */cur_input_offset,
203 input_filename, pInput.getErrorMessage().c_str());
288 if (!CheckDependency(*result, pInput.getName().c_str(), pDeps)) {