Lines Matching refs:filePath
73 const de::FilePath filePath = iter.getItem();
74 if (filePath.getType() != de::FilePath::TYPE_FILE)
76 if (filePath.getFileExtension() != "json")
78 if (!filePrefix.empty() && filePath.getBaseName().find(filePrefix) != 0)
83 std::ifstream file(filePath.getPath());
93 TCU_THROW(InternalError, (std::string("JSON parsing error. File ") + filePath.getPath() + " Error : " + errors).c_str());
102 TCU_THROW(InternalError, (std::string("JSON - unknown pipeline. File ") + filePath.getPath()).c_str());
202 TCU_THROW(InternalError, (std::string("JSON - missing shader stage. File ") + filePath.getPath()).c_str());
208 TCU_THROW(InternalError, (std::string("JSON - missing shader file ") + fileName + ". File " + filePath.getPath()).c_str());
219 TCU_THROW(InternalError, (std::string("JSON - error reading shader file ") + fileName + ". File " + filePath.getPath()).c_str());