HomeSort by relevance Sort by last modified time
    Searched defs:inAndroidBuild (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/
user-config.c 52 char inAndroidBuild = avdInfo_inAndroidBuild(info);
64 if (inAndroidBuild) {
95 if (!inAndroidBuild) {
main.c 133 int inAndroidBuild )
151 if (inAndroidBuild) {
178 int inAndroidBuild;
269 avd = createAVD(opts, &inAndroidBuild);
274 if (inAndroidBuild) {
298 avd = android_avdInfo = createAVD(opts, &inAndroidBuild);
403 if (inAndroidBuild) {
    [all...]
  /external/qemu/android/avd/
info.c 130 char inAndroidBuild;
194 if (i->inAndroidBuild) {
825 i->inAndroidBuild = 1;
897 if (kernelPath == NULL && i->inAndroidBuild) {
1047 return i->inAndroidBuild;
1054 if (!i->inAndroidBuild)
1068 if (i->inAndroidBuild) {
1146 if (i->inAndroidBuild) {
    [all...]

Completed in 122 milliseconds