|
|
@ -36,15 +36,6 @@ _lgetxattr(const std::string &input_path_, |
|
|
return rv; |
|
|
return rv; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
static |
|
|
|
|
|
int |
|
|
|
|
|
_lsetxattr(const std::string &input_path_, |
|
|
|
|
|
const std::string &key_, |
|
|
|
|
|
const std::string &val_) |
|
|
|
|
|
{ |
|
|
|
|
|
return fs::lsetxattr(input_path_,key_,val_.data(),val_.size(),0); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool |
|
|
bool |
|
|
mergerfs::api::is_mergerfs(const fs::path &mountpoint_) |
|
|
mergerfs::api::is_mergerfs(const fs::path &mountpoint_) |
|
|
{ |
|
|
{ |
|
|
|