OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidOut
(Results
1 - 9
of
9
) sorted by null
/external/qemu/android/avd/
util.h
49
char* path_getBuildTargetArch( const char*
androidOut
);
59
char* path_getBuildTargetAbi( const char*
androidOut
);
65
int path_getBuildTargetApiLevel( const char*
androidOut
);
74
int path_getAdbdCommunicationMode( const char*
androidOut
);
util.c
240
_getBuildProperty( const char*
androidOut
, const char* propName )
244
p = bufprint(temp, end, "%s/system/build.prop",
androidOut
);
246
D("%s: ANDROID_PRODUCT_OUT too long: %s", __FUNCTION__,
androidOut
);
253
path_getBuildTargetArch( const char*
androidOut
)
257
char* cpuAbi = _getBuildProperty(
androidOut
, "ro.product.cpu.abi");
282
path_getBuildTargetAbi( const char*
androidOut
)
286
char* cpuAbi = _getBuildProperty(
androidOut
, "ro.product.cpu.abi");
301
path_getBuildTargetApiLevel( const char*
androidOut
)
305
char* sdkVersion = _getBuildProperty(
androidOut
, "ro.build.version.sdk");
331
path_getAdbdCommunicationMode( const char*
androidOut
)
[
all
...]
info.c
103
char*
androidOut
;
167
AFREE(i->
androidOut
);
805
const char*
androidOut
,
814
i->
androidOut
= ASTRDUP(
androidOut
);
815
i->contentPath = ASTRDUP(
androidOut
);
816
i->targetArch = path_getBuildTargetArch(i->
androidOut
);
817
i->apiLevel = path_getBuildTargetApiLevel(i->
androidOut
);
825
if (_avdInfo_getCoreHwIniPath(i, i->
androidOut
) < 0 )
895
abi = path_getBuildTargetAbi(i->
androidOut
);
[
all
...]
info.h
120
* '
androidOut
' must be the target-specific out directory where
124
const char*
androidOut
,
/external/qemu/android/
main-emulator.c
138
const char*
androidOut
= getenv("ANDROID_PRODUCT_OUT");
140
if (
androidOut
!= NULL && *
androidOut
!= '\0') {
141
D("Found ANDROID_PRODUCT_OUT: %s\n",
androidOut
);
142
avdArch = path_getBuildTargetArch(
androidOut
);
/prebuilts/devtools/tools/lib/
screenshot2.jar
hierarchyviewer2.jar
uiautomatorviewer.jar
ddms.jar
Completed in 79 milliseconds