Lines Matching refs:tmp_dir
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/${test_dir}"
174 DEX_LOCATION=$tmp_dir
191 DEX_LOCATION="$tmp_dir"
320 …n_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output"
377 tmp_dir=$1
378 if [ "x$tmp_dir" = "x" ]; then
483 noncanonical_tmp_dir=$tmp_dir
484 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`"
485 mkdir -p $tmp_dir
772 rm -rf "$tmp_dir"
773 cp -Rp "$test_dir" "$tmp_dir"
774 cd "$tmp_dir"
809 cfg_output_dir="$tmp_dir"
872 "$checker" $checker_args "$cfg_output" "$tmp_dir" 2>&1
894 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
916 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
932 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
946 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
950 max_name_length=$(getconf NAME_MAX ${tmp_dir})
952 max_path_length=$(getconf PATH_MAX ${tmp_dir})
976 tail -n 3000 "$tmp_dir/$strace_output"
1025 rm -rf "$tmp_dir"
1042 echo "${TEST_NAME} files left in ${tmp_dir} on host"