#include <string.h>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <y2util/Y2SLog.h>
#include <y2util/stringutil.h>
#include <y2util/ExternalProgram.h>
#include <y2util/PathInfo.h>
Define Documentation
| #define EMUMOUT |
( |
|
T | ) |
case PathInfo::T: return str << #T; break |
Function Documentation
| int _Log_Result |
( |
const int |
res, |
|
|
const char * |
rclass = "errno" |
|
) |
| [inline] |
References DBG.
Referenced by PathInfo::chmod(), PathInfo::clean_dir(), PathInfo::copy(), PathInfo::copy_dir(), PathInfo::copy_file2dir(), PathInfo::hardlink(), PathInfo::mkdir(), PathInfo::readdir(), PathInfo::recursive_rmdir(), PathInfo::rename(), PathInfo::rmdir(), PathInfo::symlink(), and PathInfo::unlink().
| ostream& operator<< |
( |
std::ostream & |
str, |
|
|
const PathInfo & |
obj |
|
) |
| |