Home
last modified time | relevance | path

Searched refs:src_tmp_for_ex (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/etc/
H A Ddefault-build477 src_tmp_for_ex="-cp classes-tmp-for-ex"
496 javac_with_bootclasspath -d classes-ex $src_tmp_for_ex `find src-ex -name '*.java'`
497 if [[ "x$src_tmp_for_ex" = "x" ]]; then
498 src_tmp_for_ex="-cp classes-ex"
500 src_tmp_for_ex="$src_tmp_for_ex:classes-ex"
504 javac_with_bootclasspath -d classes-ex $src_tmp_for_ex `find src-ex2 -name '*.java'`