Searched refs:test_dir (Results 1 – 3 of 3) sorted by relevance
36 test_dir="test-$$"38 tmp_dir="/tmp/$USER/${test_dir}"40 tmp_dir="${TMPDIR}/${test_dir}"46 export DEX_LOCATION=/data/run-test/${test_dir}573 test_dir=`basename "$oldwd"`575 test_dir="$1"578 if [ '!' -d "$test_dir" ]; then579 td2=`echo ${test_dir}-*`581 err_echo "${test_dir}: no such test directory"584 test_dir="$td2"[all …]
36 test_dir="test-$$"38 tmp_dir="/tmp/$USER/${test_dir}"40 tmp_dir="${TMPDIR}/${test_dir}"
157 test_dir = env.ANDROID_BUILD_TOP + '/art/test'158 for f in os.listdir(test_dir):