#include <XrdOssCopy.hh>
Public Member Functions | |
| XrdOssCopy () | |
| ~XrdOssCopy () | |
Static Public Member Functions | |
| static off_t | Copy (const char *inFn, const char *outFn, int outFD) |
Static Private Member Functions | |
| static int | Write (const char *, int, char *, size_t, off_t) |
| XrdOssCopy::XrdOssCopy | ( | ) | [inline] |
| XrdOssCopy::~XrdOssCopy | ( | ) | [inline] |
| off_t XrdOssCopy::Copy | ( | const char * | inFn, | |
| const char * | outFn, | |||
| int | outFD | |||
| ) | [static] |
References close, XrdSysError::Emsg(), fstat(), open(), pread(), ssize_t, stat(), and Write().
Referenced by XrdOssSys::Reloc().
| int XrdOssCopy::Write | ( | const char * | outFn, | |
| int | oFD, | |||
| char * | Buff, | |||
| size_t | BLen, | |||
| off_t | BOff | |||
| ) | [static, private] |
References XrdSysError::Emsg(), pwrite(), and ssize_t.
Referenced by Copy().
1.7.1