Lines Matching defs:PkgConfig
3227 class PkgConfig : public MakeBase
3235 PkgConfig()
3245 PkgConfig(const PkgConfig &other)
3251 PkgConfig &operator=(const PkgConfig &other)
3257 virtual ~PkgConfig()
3384 void assign(const PkgConfig &other)
4450 PkgConfig pkgConfig;
5265 int PkgConfig::get(int pos)
5279 int PkgConfig::skipwhite(int pos)
5299 int PkgConfig::getword(int pos, String &ret)
5314 bool PkgConfig::parseRequires()
5347 void PkgConfig::parseVersion()
5389 bool PkgConfig::parseLine(const String &lineBuf)
5494 bool PkgConfig::parse(const String &buf)
5530 void PkgConfig::dumpAttrs()
5532 //trace("### PkgConfig attributes for %s", fileName.c_str());
5541 bool PkgConfig::readFile(const String &fname)
5574 bool PkgConfig::query(const String &pkgName)
8411 PkgConfig pkgconfig;
10270 buildtool::PkgConfig pkgConfig;