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

  /external/qemu/android/avd/
util.c 301 char* targetArch = NULL;
311 targetArch = iniFile_getString(ini, "hw.cpu.arch", "arm");
314 return targetArch;
328 emulator_getBackendSuffix(const char* targetArch)
330 if (!targetArch)
346 if (!strcmp(targetArch, kPairs[n].avd_arch)) {
info.c 107 char* targetArch;
174 AFREE(i->targetArch);
732 i->targetArch = propertyFile_getTargetArch(i->buildProperties);
733 if (!i->targetArch) {
734 i->targetArch = ASTRDUP("arm");
736 i->targetArch);
1001 i->androidBuildRoot, i->targetArch, suffix);
1140 return ASTRDUP(i->targetArch);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 179 milliseconds