Lines Matching refs:tmpdir
81 my $tmpdir;
233 "TMP_DIR" => \$tmpdir,
2145 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2155 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2158 run_scp_mod "$tmpdir/$modtar", "/tmp" or
2161 unlink "$tmpdir/$modtar";
2816 my $tmp_log = "$tmpdir/ktest_bisect_log";
3327 $good_config = "$tmpdir/good_config";
3328 $bad_config = "$tmpdir/bad_config";
3805 my $temp_config = "$tmpdir/temp_config";
4237 if (!-d $tmpdir) {
4238 mkpath($tmpdir) or
4239 die "can't create $tmpdir";
4245 $buildlog = "$tmpdir/buildlog-$machine";
4246 $testlog = "$tmpdir/testlog-$machine";
4247 $dmesg = "$tmpdir/dmesg-$machine";
4305 run_command "cat $addconfig $min > $tmpdir/add_config" or
4307 $minconfig = "$tmpdir/add_config";