HomeSort by relevance Sort by last modified time
    Searched full:force_32bit (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/
main-emulator.c 66 static char* getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit);
93 int force_32bit = 0; local
115 force_32bit = 1;
153 emulatorPath = getTargetEmulatorPath(argv[0], avdArch, force_32bit);
222 getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit)
235 int search_for_64bit_emulator = !force_32bit && getHostOSBitness() == 64;
cmdline-options.h 165 OPT_FLAG( force_32bit, "always use 32-bit emulator" )
  /external/qemu/android/build/
common.sh 176 FORCE_32BIT=no
180 FORCE_32BIT=yes
218 FORCE_32BIT=no
257 if [ $FORCE_32BIT = yes ] ; then
  /ndk/build/core/
ndk-common.sh 335 FORCE_32BIT=no
340 FORCE_32BIT=yes
410 if [ "$FORCE_32BIT" = yes ] ; then

Completed in 325 milliseconds