|
libadc-cxx 1.0.0
Structured logging for scientific computing
|
#include <sys/sendfile.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <glob.h>#include <cerrno>#include <vector>#include <string>
Go to the source code of this file.
Functions | |
| int | glob_sendfile_join (const char *dest, const char *pattern, int perm, std::vector< std::string > &merged) |
| use sendfile to join all files matching pattern in new dest file. | |
| int glob_sendfile_join | ( | const char * | dest, |
| const char * | pattern, | ||
| int | perm, | ||
| std::vector< std::string > & | merged | ||
| ) |
use sendfile to join all files matching pattern in new dest file.
| dest | file to write merge result. |
| pattern | glob pattern to match possible input files. |
| merged | list of files added |
Definition at line 16 of file mergefiles.ipp.