OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_BUILD_TOP
(Results
26 - 34
of
34
) sorted by null
1
2
/bootable/recovery/
verifier_test.sh
10
DATA_DIR=$
ANDROID_BUILD_TOP
/bootable/recovery/testdata
/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java
45
String
ANDROID_BUILD_TOP
= System.getenv("
ANDROID_BUILD_TOP
");
46
if (
ANDROID_BUILD_TOP
!= null) {
47
File resource = new File(
ANDROID_BUILD_TOP
+ "/libcore/support/src/test/java" + path);
/cts/tools/signature-tools/
sig-create
57
--out ${
ANDROID_BUILD_TOP
}/out/dex \
/cts/
CtsCoverage.mk
18
# Run "make cts-test-coverage" in the $
ANDROID_BUILD_TOP
directory.
78
$(hide) echo $(1): file://$(
ANDROID_BUILD_TOP
)/$(coverage_out)/$(5)
/external/qemu/android/build/
common.sh
460
if [ -z "$
ANDROID_BUILD_TOP
" ] ; then
464
ANDROID_TOP=$
ANDROID_BUILD_TOP
/external/qemu/distrib/
build-kernel.sh
169
BUILD_TOP=$
ANDROID_BUILD_TOP
/external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java
55
String
ANDROID_BUILD_TOP
= System.getenv("
ANDROID_BUILD_TOP
");
56
if (
ANDROID_BUILD_TOP
!= null) {
57
File resource = new File(
ANDROID_BUILD_TOP
+ "/external/nist-pkits/res" + path);
[
all
...]
/bootable/recovery/applypatch/
applypatch.sh
14
DATA_DIR=$
ANDROID_BUILD_TOP
/bootable/recovery/applypatch/testdata
/build/
envsetup.sh
207
export
ANDROID_BUILD_TOP
=$(gettop)
[
all
...]
Completed in 1622 milliseconds
1
2