OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_build_root
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/
main-common.c
789
char*
android_build_root
= NULL;
local
809
android_build_root
= path_parent( out, 4 );
810
if (
android_build_root
== NULL || !path_exists(
android_build_root
)) {
818
D( "found Android build root: %s",
android_build_root
);
910
android_build_out =
android_build_root
= opts->sysdir;
913
android_build_root
,
[
all
...]
/development/testrunner/test_defs/
test_walker.py
75
# ensure path is in
ANDROID_BUILD_ROOT
Completed in 24 milliseconds