#include <iostream>
#include "zypp/base/LogTools.h"
#include "zypp/base/String.h"
#include "zypp/base/Tr1hash.h"
#include "zypp/base/Exception.h"
#include "zypp/PathInfo.h"
#include "zypp/ExternalProgram.h"
#include "zypp/misc/CheckAccessDeleted.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
Defines | |
#define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::misc" |
Typedefs | |
typedef std::pair< std::string, std::tr1::unordered_set < std::string > > | zypp::CacheEntry |
lsof output line + files extracted so far for this PID | |
Functions | |
void | zypp::addDataIf (std::vector< CheckAccessDeleted::ProcInfo > &data_r, const CacheEntry &cache_r) |
Add cache to data if the process is accessing deleted files. | |
void | zypp::addCacheIf (CacheEntry &cache_r, const std::string &line_r, bool verbose_r) |
Add file to cache if it refers to a deleted executable or library file:
| |
std::ostream & | zypp::operator<< (std::ostream &str, const CheckAccessDeleted &obj) |
std::ostream & | zypp::operator<< (std::ostream &str, const CheckAccessDeleted::ProcInfo &obj) |
Definition in file CheckAccessDeleted.cc.
#define ZYPP_BASE_LOGGER_LOGGROUP "zypp::misc" |
Definition at line 26 of file CheckAccessDeleted.cc.