Home | History | Annotate | Download | only in test

Lines Matching refs:tmp_dir

37   tmp_dir="/tmp/$USER/${test_dir}"
39 tmp_dir="${TMPDIR}/$USER/${test_dir}"
85 DEX_LOCATION=$tmp_dir
167 tmp_dir=$1
168 if [ "x$tmp_dir" = "x" ]; then
202 # tmp_dir may be relative, resolve.
208 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`"
209 mkdir -p $tmp_dir
373 rm -rf "$tmp_dir"
374 cp -Rp "$test_dir" "$tmp_dir"
375 cd "$tmp_dir"
450 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$output\|$expected\)" | xargs rm -rf
487 rm -rf "$tmp_dir"
504 echo "${TEST_NAME} files left in ${tmp_dir} on host"