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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected