Lines Matching refs:tmp_dir
38 tmp_dir="/tmp/$USER/${test_dir}"
40 tmp_dir="${TMPDIR}/${test_dir}"
181 DEX_LOCATION=$tmp_dir
198 DEX_LOCATION="$tmp_dir"
325 run_args+=(--invoke-with strace --invoke-with -o --invoke-with "$tmp_dir/$strace_output")
380 tmp_dir=$1
381 if [ "x$tmp_dir" = "x" ]; then
440 DEX_LOCATION=$tmp_dir
450 DEX_LOCATION=$tmp_dir
459 DEX_LOCATION=$tmp_dir
559 noncanonical_tmp_dir=$tmp_dir
560 tmp_dir="`cd $oldwd ; python -c "import os; import sys; sys.stdout.write(os.path.realpath('$tmp_dir…
561 if [ -z $tmp_dir ] ; then
562 err_echo "Failed to resolve $tmp_dir"
565 mkdir -p $tmp_dir
882 rm -rf "$tmp_dir"
883 cp -LRp "$test_dir" "$tmp_dir"
884 cd "$tmp_dir"
919 cfg_output_dir="$tmp_dir"
975 "$checker" $checker_args "$cfg_output" "$tmp_dir" 2>&1
997 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
1019 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
1035 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
1049 echo "Failed to build in tmpdir=${tmp_dir} from oldwd=${oldwd} and cwd=`pwd`" >> "$output"
1053 max_name_length=$(getconf NAME_MAX ${tmp_dir})
1055 max_path_length=$(getconf PATH_MAX ${tmp_dir})
1084 tail -n 3000 "$tmp_dir/$strace_output"
1135 rm -rf "$tmp_dir"
1152 echo "${TEST_NAME} files left in ${tmp_dir} on host"