Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/dalvik/system/
Dcreate_test_jar.sh26 cp ./child.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/child.jar
51 cp ./parent.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/parent.jar
71 cp ./bootoverride.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/bootoverride…
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java45 String ANDROID_BUILD_TOP = System.getenv("ANDROID_BUILD_TOP"); in getStream() local
46 if (ANDROID_BUILD_TOP != null) { in getStream()
47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path); in getStream()
/libcore/ojluni/src/test/
Dartrun27 if [[ -z $ANDROID_BUILD_TOP ]]; then