|
|
std::map< std::string, Entry > & | parent |
◆ createDirectory()
◆ createRegularFile()
| box_ptr< FileHandle > nix::parseAsync::ReconstructVisitor::createRegularFile |
( |
const std::string & | name, |
|
|
uint64_t | size, |
|
|
bool | executable ) |
|
inlineoverridevirtual |
Creates a regular file in the extraction output with the given size and executable flag. The size is guaranteed to be the true size of the file.
Implements nix::NARParseVisitor.
◆ createSymlink()
| void nix::parseAsync::ReconstructVisitor::createSymlink |
( |
const std::string & | name, |
|
|
const std::string & | target ) |
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file:
- tests/unit/libutil/archive.cc