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}600 test_dir=`basename "$oldwd"`602 test_dir="$1"605 if [ '!' -d "$test_dir" ]; then606 td2=`echo ${test_dir}-*`608 err_echo "${test_dir}: no such test directory"611 test_dir="$td2"[all …]
36 test_dir="test-$$"38 tmp_dir="/tmp/$USER/${test_dir}"40 tmp_dir="${TMPDIR}/${test_dir}"
158 test_dir = env.ANDROID_BUILD_TOP + '/art/test'159 for f in os.listdir(test_dir):