Disk ARchive  2.7.14
Full featured and portable backup and archiving tool
Namespaces | Functions
ea_filesystem.hpp File Reference

filesystem dependent Extended Attributes operations More...

#include "../my_config.h"
#include <string>
#include "ea.hpp"
#include "mask.hpp"
+ Include dependency graph for ea_filesystem.hpp:

Go to the source code of this file.

Namespaces

 libdar
 libdar namespace encapsulate all libdar symbols
 

Functions

ea_attributs * libdar::ea_filesystem_read_ea (const std::string &chemin, const mask &filter)
 read EA associated to a given file More...
 
bool libdar::ea_filesystem_write_ea (const std::string &chemin, const ea_attributs &val, const mask &filter)
 overwrite some attribute to a given file's attribute list More...
 
void libdar::ea_filesystem_clear_ea (const std::string &name, const mask &filter)
 remove all EA of a given file that match a given mask More...
 
bool libdar::ea_filesystem_has_ea (const std::string &name)
 test the presence of EA for a given file More...
 
bool libdar::ea_filesystem_has_ea (const std::string &name, const mask &filter)
 test the presence of EA for a given file More...
 

Detailed Description

filesystem dependent Extended Attributes operations

This file contains a set of routines used to manipulate (read, write or test the presence of) Extended Attributes

Definition in file ea_filesystem.hpp.