Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 4 of 4) sorted by relevance

/tools/time/
Dudelay_test.sh19 tmp_file=`mktemp`
26 tee -a $tmp_file < $UDELAY_PATH
31 if [ -f $tmp_file ]; then
32 rm $tmp_file
53 count=`grep -c FAIL $tmp_file`
/tools/testing/selftests/
Dkselftest_deps.sh64 tmp_file=$(mktemp).c
65 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT
77 cat << "EOF" > $tmp_file
264 $CC -o $tmp_file.bin $lib $tmp_file > /dev/null 2>&1
/tools/testing/selftests/net/
Dfib_tests.sh2198 local tmp_file=$(mktemp)
2199 ip netns exec ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2230 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2238 rm $tmp_file
2256 local tmp_file=$(mktemp)
2257 ip netns exec ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
2288 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2296 rm $tmp_file
2446 local tmp_file=$(mktemp)
2455 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
[all …]
/tools/testing/selftests/net/af_unix/
Dtest_unix_oob.c185 char *tmp_file; in main() local