Home | History | Annotate | Download | only in test

Lines Matching refs:tmp_dir

38   tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/${test_dir}"
158 DEX_LOCATION=$tmp_dir
175 DEX_LOCATION="$tmp_dir"
278 run_args="${run_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output"
332 tmp_dir=$1
333 if [ "x$tmp_dir" = "x" ]; then
425 # tmp_dir may be relative, resolve.
431 noncanonical_tmp_dir=$tmp_dir
432 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`"
433 mkdir -p $tmp_dir
699 rm -rf "$tmp_dir"
700 cp -Rp "$test_dir" "$tmp_dir"
701 cd "$tmp_dir"
736 cfg_output_dir="$tmp_dir"
782 "$checker" $checker_args "$cfg_output" "$tmp_dir" 2>&1
804 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
826 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
842 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
856 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
860 max_name_length=$(getconf NAME_MAX ${tmp_dir})
862 max_path_length=$(getconf PATH_MAX ${tmp_dir})
886 tail -n 3000 "$tmp_dir/$strace_output"
930 tmp_dir"
947 echo "${TEST_NAME} files left in ${tmp_dir} on host"