|
StatImpl< false > | XrdCl::Stat (File *file, Arg< bool > force) |
|
StatImpl< false > | XrdCl::Stat (File &file, Arg< bool > force) |
|
TruncateImpl< false > | XrdCl::Truncate (File *file, Arg< uint64_t > size) |
|
TruncateImpl< false > | XrdCl::Truncate (File &file, Arg< uint64_t > size) |
|
SetXAttrImpl< false > | XrdCl::SetXAttr (File *file, Arg< std::string > name, Arg< std::string > value) |
|
SetXAttrImpl< false > | XrdCl::SetXAttr (File &file, Arg< std::string > name, Arg< std::string > value) |
|
SetXAttrBulkImpl< false > | XrdCl::SetXAttr (File *file, Arg< std::vector< xattr_t >> attrs) |
|
SetXAttrBulkImpl< false > | XrdCl::SetXAttr (File &file, Arg< std::vector< xattr_t >> attrs) |
|
GetXAttrImpl< false > | XrdCl::GetXAttr (File *file, Arg< std::string > name) |
|
GetXAttrImpl< false > | XrdCl::GetXAttr (File &file, Arg< std::string > name) |
|
GetXAttrBulkImpl< false > | XrdCl::GetXAttr (File *file, Arg< std::vector< std::string >> attrs) |
|
GetXAttrBulkImpl< false > | XrdCl::GetXAttr (File &file, Arg< std::vector< std::string >> attrs) |
|
DelXAttrImpl< false > | XrdCl::DelXAttr (File *file, Arg< std::string > name) |
|
DelXAttrImpl< false > | XrdCl::DelXAttr (File &file, Arg< std::string > name) |
|
DelXAttrBulkImpl< false > | XrdCl::DelXAttr (File *file, Arg< std::vector< std::string >> attrs) |
|
DelXAttrBulkImpl< false > | XrdCl::DelXAttr (File &file, Arg< std::vector< std::string >> attrs) |
|
ListXAttrImpl< false > | XrdCl::ListXAttr (File *file) |
|
ListXAttrImpl< false > | XrdCl::ListXAttr (File &file) |
|