libzypp
13.10.6
|
#include <fnmatch.h>
#include <iostream>
#include <fstream>
#include <vector>
#include "zypp/base/LogTools.h"
#include "zypp/base/IOStream.h"
#include "zypp/base/InputStream.h"
#include "zypp/AutoDispose.h"
#include "zypp/PathInfo.h"
#include "zypp/target/modalias/Modalias.h"
Go to the source code of this file.
Classes | |
struct | zypp::target::Modalias::Impl |
Modalias implementation. More... | |
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::target | |
Macros | |
#define | ZYPP_BASE_LOGGER_LOGGROUP "MODALIAS" |
#define | PATH_IS(D, F) ( ::strcmp( file_r, F ) == 0 && ::strcmp( dir_r.c_str(), D ) == 0 ) |
#define ZYPP_BASE_LOGGER_LOGGROUP "MODALIAS" |
Definition at line 22 of file Modalias.cc.
#define PATH_IS | ( | D, | |
F | |||
) | ( ::strcmp( file_r, F ) == 0 && ::strcmp( dir_r.c_str(), D ) == 0 ) |