Searched refs:androidOut (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/avd/
H A Dutil.h49 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 );
H A Dutil.c228 _getBuildProperty( const char* androidOut, const char* propName ) argument
232 p = bufprint(temp, end, "%s/system/build.prop", androidOut);
234 D("%s: ANDROID_PRODUCT_OUT too long: %s", __FUNCTION__, androidOut);
241 path_getBuildTargetArch( const char* androidOut )
245 char* cpuAbi = _getBuildProperty(androidOut, "ro.product.cpu.abi");
270 path_getBuildTargetAbi( const char* androidOut )
274 char* cpuAbi = _getBuildProperty(androidOut, "ro.product.cpu.abi");
289 path_getBuildTargetApiLevel( const char* androidOut )
293 char* sdkVersion = _getBuildProperty(androidOut, "ro.build.version.sdk");
319 path_getAdbdCommunicationMode( const char* androidOut )
[all...]
H A Dinfo.c131 char* androidOut; member in struct:AvdInfo
195 AFREE(i->androidOut);
818 const char* androidOut,
827 i->androidOut = ASTRDUP(androidOut);
828 i->contentPath = ASTRDUP(androidOut);
829 i->targetArch = path_getBuildTargetArch(i->androidOut);
830 i->apiLevel = path_getBuildTargetApiLevel(i->androidOut);
838 if (_avdInfo_getCoreHwIniPath(i, i->androidOut) < 0 )
908 abi = path_getBuildTargetAbi(i->androidOut);
817 avdInfo_newForAndroidBuild( const char* androidBuildRoot, const char* androidOut, AvdInfoParams* params ) argument
[all...]
H A Dinfo.h120 * 'androidOut' must be the target-specific out directory where
124 const char* androidOut,
/external/qemu/android/
H A Dmain-emulator.c138 const char* androidOut = getenv("ANDROID_PRODUCT_OUT"); local
140 if (androidOut != NULL && *androidOut != '\0') {
141 D("Found ANDROID_PRODUCT_OUT: %s\n", androidOut);
142 avdArch = path_getBuildTargetArch(androidOut);

Completed in 2676 milliseconds