Searched defs:force_32bit (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dmain-emulator.c61 static char* getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit);
84 int force_32bit = 0; local
116 force_32bit = 1;
155 emulatorPath = getTargetEmulatorPath(argv[0], avdArch, force_32bit);
292 const int force_32bit)
302 !force_32bit && android_getHostBitness() == 64;
290 getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit) argument

Completed in 83 milliseconds