Searched refs:ANDROID_BUILD_TOP (Results 1 – 3 of 3) sorted by relevance
26 cp ./child.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/child.jar51 cp ./parent.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/parent.jar71 cp ./bootoverride.jar $ANDROID_BUILD_TOP/libcore/luni/src/test/resources/dalvik/system/bootoverride…
45 String ANDROID_BUILD_TOP = System.getenv("ANDROID_BUILD_TOP"); in getStream() local46 if (ANDROID_BUILD_TOP != null) { in getStream()47 File resource = new File(ANDROID_BUILD_TOP + "/libcore/support/src/test/java" + path); in getStream()
27 if [[ -z $ANDROID_BUILD_TOP ]]; then