#include <sys/types.h>#include <regex.h>#include <zypp/parser/yum/YUMFileListParser.h>#include <istream>#include <string>#include "zypp/parser/xml_parser_assert.h"#include <libxml/xmlstring.h>#include <libxml/xmlreader.h>#include <libxml/tree.h>#include <zypp/parser/LibXMLHelper.h>#include <zypp/parser/yum/schemanames.h>#include <iostream>#include <zypp/base/Logger.h>#include <zypp/ZYppFactory.h>#include <boost/regex.hpp>#include <boost/algorithm/string.hpp>Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::parser |
| namespace | zypp::parser::yum |
Functions | |
| static boost::regex | zypp::parser::yum::filenameRegex ("^.*(/bin/|/sbin/|/lib/|/lib64/|/etc/|/usr/share/dict/words/|/usr/games/|/usr/share/magic\\.mime|/opt/gnome/games).*$") |
Variables | |
| static regex_t | zypp::parser::yum::filenameRegexT |
| static bool | zypp::parser::yum::filenameRegexOk = false |
Definition in file YUMFileListParser.cc.
1.5.0