Expand description
Filesystem helpers shared across xtask modules.
Functionsยง
- copy_
dir_ all - Recursively copies a directory tree from
srctodst. - create_
tarball - Creates a
.tar.gzarchive atdestfromentriesinsidebase_dir. - extract_
tarball - Extracts a
.tar.gzarchive intodest_dir. - extract_
tarball_ paths - Extracts only entries from a
.tar.gzarchive whose paths start with one of the givenprefixes, placing them underdest_dir. - extract_
tarball_ strip_ one - Extracts a
.tar.gzarchive, stripping the first path component. - extract_
zip_ paths - Extracts only entries from a
.ziparchive whose paths start with one of the givenprefixes, placing them underdest_dir.