4 calls to Archive_Tar::_openRead()
- Archive_Tar::extractInString in core/modules/system/system.tar.inc
- This method extract from the archive one file identified by $p_filename.
The return value is a string with the file content, or NULL on error.
- Archive_Tar::extractList in core/modules/system/system.tar.inc
- This method extract from the archive only the files indicated in the
$p_filelist. These files are extracted in the current directory or
in the directory indicated by the optional $p_path parameter.
If indicated the $p_remove_path can be used in the…
- Archive_Tar::extractModify in core/modules/system/system.tar.inc
- This method extract all the content of the archive in the directory
indicated by $p_path. When relevant the memorized path of the
files/dir can be modified by removing the $p_remove_path path at the
beginning of the file/dir path.
While extracting a…
- Archive_Tar::listContent in core/modules/system/system.tar.inc