libzypp  17.7.0
PathInfo.cc File Reference
#include <utime.h>
#include <sys/statvfs.h>
#include <sys/sysmacros.h>
#include <iostream>
#include <fstream>
#include <iomanip>
#include "zypp/base/LogTools.h"
#include "zypp/base/String.h"
#include "zypp/base/IOStream.h"
#include "zypp/base/StrMatcher.h"
#include "zypp/base/Errno.h"
#include "zypp/AutoDispose.h"
#include "zypp/ExternalProgram.h"
#include "zypp/PathInfo.h"
#include "zypp/Digest.h"
#include "zypp/TmpPath.h"
Include dependency graph for PathInfo.cc:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::filesystem
 Types and functions for filesystem operations.
 

Macros

#define EMUMOUT(T)   case T: return str << #T; break
 
#define logResult   MIL << endl, doLogResult
 

Functions

std::ostream & zypp::filesystem::operator<< (std::ostream &str, FileType obj)
 
std::ostream & zypp::filesystem::operator<< (std::ostream &str, const StatMode &obj)
 
std::ostream & zypp::filesystem::operator<< (std::ostream &str, const PathInfo &obj)
 
static int zypp::filesystem::recursive_rmdir_1 (const Pathname &dir, bool removeDir=true)
 

Macro Definition Documentation

◆ EMUMOUT

#define EMUMOUT (   T)    case T: return str << #T; break

◆ logResult

#define logResult   MIL << endl, doLogResult

Definition at line 285 of file PathInfo.cc.