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
483 tar_hdl->extract_handler = extract_to_disk; in init_handler()
738 tar_hdl->extract_handler(tar_hdl); in unpack_tar()
775 if (toys.optflags & FLAG_O) tar_hdl->extract_handler = extract_to_stdout; in tar_main()
778 tar_hdl->extract_handler = extract_to_command; in tar_main()