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

/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh303 builddir=KVM "/b" jn
318 print "rm -f " builddir ".*";
319 print "touch " builddir ".wait";
320 print "mkdir " builddir " > /dev/null 2>&1 || :";
322 print "kvm-test-1-run.sh " CONFIGDIR cf[j], builddir, rd cfr[jn], dur " \"" TORTURE_QEMU_ARG "\" \"" TORTURE_BOOTARGS "\" > " rd cfr[jn] "/kvm-test-1-run.sh.out 2>&1 &"
325 print "while test -f " builddir ".wait"
334 builddir=KVM "/b" j
335 print "rm -f " builddir ".ready"
349 builddir=KVM "/b" j
H A Dfunctions.sh123 # identify_qemu builddir
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl82 my $builddir;
235 "BUILD_DIR" => \$builddir,
2297 my $fullpath = "$builddir/$file";
2861 my $bisect_start_file = "$builddir/.git/BISECT_START";
3612 read_kconfig("$builddir/$kconfig");
3644 my $kconfig = "$builddir/arch/$arch/Kconfig";
3650 $kconfig = "$builddir/arch/$arch/Kconfig";
4202 $builddir = set_test_option("BUILD_DIR", $i);
4204 chdir $builddir || die "can't change directory to $builddir";

Completed in 115 milliseconds