|
@ -10,12 +10,12 @@ |
|
|
#include <errno.h>
|
|
|
#include <errno.h>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Func::CreateFF::CreateFF() |
|
|
|
|
|
|
|
|
Func2::CreateFF::CreateFF() |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Func::CreateFF::~CreateFF() |
|
|
|
|
|
|
|
|
Func2::CreateFF::~CreateFF() |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
@ -25,7 +25,7 @@ namespace l |
|
|
static |
|
|
static |
|
|
int |
|
|
int |
|
|
create(Branches2 &branches_, |
|
|
create(Branches2 &branches_, |
|
|
ghc::filesystem::path const &fusepath_, |
|
|
|
|
|
|
|
|
fs::Path const &fusepath_, |
|
|
mode_t const mode_, |
|
|
mode_t const mode_, |
|
|
mode_t const umask_, |
|
|
mode_t const umask_, |
|
|
fuse_file_info_t *ffi_) |
|
|
fuse_file_info_t *ffi_) |
|
@ -81,7 +81,7 @@ namespace l |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
int |
|
|
int |
|
|
Func::CreateFF::operator()(Branches2 &branches_, |
|
|
|
|
|
|
|
|
Func2::CreateFF::operator()(Branches2 &branches_, |
|
|
ghc::filesystem::path const &fusepath_, |
|
|
ghc::filesystem::path const &fusepath_, |
|
|
mode_t const mode_, |
|
|
mode_t const mode_, |
|
|
fuse_file_info_t *ffi_) |
|
|
fuse_file_info_t *ffi_) |
|
|