Home
last modified time | relevance | path

Searched refs:extract_handler (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dtar.c71 void (*extract_handler)(struct archive_handler*); member
491 tar_hdl->extract_handler = extract_to_disk; in init_handler()
746 tar_hdl->extract_handler(tar_hdl); in unpack_tar()
783 if (toys.optflags & FLAG_O) tar_hdl->extract_handler = extract_to_stdout; in tar_main()
786 tar_hdl->extract_handler = extract_to_command; in tar_main()