MCPcopy Create free account
hub / github.com/TeamWin/Team-Win-Recovery-Project / PackageExtractDirFn

Function PackageExtractDirFn

updater/install.cpp:713–735  ·  view source on GitHub ↗

package_extract_dir(package_dir, dest_dir) Extracts all files from the package underneath package_dir and writes them to the corresponding tree beneath dest_dir. Any existing files are overwritten. Example: package_extract_dir("system", "/system") Note: package_dir needs to be a relative path; dest_dir needs to be an absolute path.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

ErrorAbortFunction · 0.85
ReadArgsFunction · 0.85
ExtractPackageRecursiveFunction · 0.85
StringValueFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected