#include <iostream>
#include <fstream>
#include <sys/file.h>
#include <cstdio>
#include <unistd.h>
#include "zypp/ZYppFactory.h"
#include "zypp/ZYpp.h"
#include "zypp/base/Logger.h"
#include "zypp/base/IOStream.h"
#include "zypp/base/String.h"
#include "zypp/Pathname.h"
#include "zypp/KeyRing.h"
#include "zypp/ExternalProgram.h"
#include "zypp/TmpPath.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Classes | |
struct | zypp::KeyRing::Impl |
KeyRing implementation. More... | |
Defines | |
#define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::KeyRing" |
Functions | |
zypp::IMPL_PTR_TYPE (KeyRing) | |
static void | zypp::dumpRegexpResults (const str::smatch &what) |
static bool | zypp::printLine (const std::string &line) |
static void | zypp::dumpFile (const Pathname &file) |
bool | zypp::_keyRingDefaultAccept (getenv("ZYPP_KEYRING_DEFAULT_ACCEPT_ALL")) |
Definition in file KeyRing.cc.
|
Definition at line 34 of file KeyRing.cc. |