OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:androidbuildroot
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/avd/
info.c
132
char*
androidBuildRoot
;
196
AFREE(i->
androidBuildRoot
);
817
avdInfo_newForAndroidBuild( const char*
androidBuildRoot
,
826
i->
androidBuildRoot
= ASTRDUP(
androidBuildRoot
);
915
i->
androidBuildRoot
, i->targetArch, suffix);
1148
i->
androidBuildRoot
, PREBUILT_SKINS_ROOT );
[
all
...]
info.h
117
* '
androidBuildRoot
' must be the absolute path to the root of the
123
AvdInfo* avdInfo_newForAndroidBuild( const char*
androidBuildRoot
,
Completed in 408 milliseconds