Searched refs:todir (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/Documentation/dvb/
H A Dget_dvb_firmware849 my ($sourcefile, $todir) = @_;
851 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
858 my ($sourcefile, $todir) = @_;
860 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");

Completed in 242 milliseconds