Lines Matching refs:tmp_dir
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/$USER/${test_dir}"
133 DEX_LOCATION=$tmp_dir
241 … run_args="${run_args} --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output"
296 tmp_dir=$1
297 if [ "x$tmp_dir" = "x" ]; then
380 noncanonical_tmp_dir=$tmp_dir
381 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`"
382 mkdir -p $tmp_dir
635 rm -rf "$tmp_dir"
636 cp -Rp "$test_dir" "$tmp_dir"
637 cd "$tmp_dir"
697 cfg_output_dir="$tmp_dir"
761 "$checker" $checker_args "$cfg_output" "$tmp_dir" 2>&1
786 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
808 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
827 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
841 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
845 max_name_length=$(getconf NAME_MAX ${tmp_dir})
847 max_path_length=$(getconf PATH_MAX ${tmp_dir})
871 tail -n 3000 "$tmp_dir/$strace_output"
882 rm -rf "$tmp_dir"
899 echo "${TEST_NAME} files left in ${tmp_dir} on host"