Searched refs:test_dir (Results 1 – 2 of 2) 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}634 test_dir=`basename "$oldwd"`636 test_dir="$1"639 if [ '!' -d "$test_dir" ]; then640 td2=`echo ${test_dir}-*`642 err_echo "${test_dir}: no such test directory"645 test_dir="$td2"[all …]
157 test_dir = env.ANDROID_BUILD_TOP + '/art/test'158 for f in os.listdir(test_dir):