Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtar.c72 void (*extract_handler)(struct archive_handler*); member
492 tar_hdl->extract_handler = extract_to_disk; in init_handler()
747 tar_hdl->extract_handler(tar_hdl); in unpack_tar()
784 if (toys.optflags & FLAG_O) tar_hdl->extract_handler = extract_to_stdout; in tar_main()
787 tar_hdl->extract_handler = extract_to_command; in tar_main()