Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dget_dvb_firmware836 my ($sourcefile, $todir) = @_;
838 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
845 my ($sourcefile, $todir) = @_;
847 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");
/kernel/linux/linux-6.6/scripts/
H A Dget_dvb_firmware836 my ($sourcefile, $todir) = @_;
838 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" );
845 my ($sourcefile, $todir) = @_;
847 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");

Completed in 3 milliseconds