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

  /external/chromium_org/chrome_elf/
thunk_getter.cc 28 // WOW64_DISABLED for both "32-bit Chrome on 32-bit Windows" and "64-bit
31 enum WOW64Status { WOW64_DISABLED, WOW64_ENABLED, WOW64_UNKNOWN, };
38 return WOW64_DISABLED;
42 return is_wow64 ? WOW64_ENABLED : WOW64_DISABLED;
  /external/chromium_org/base/win/
windows_version.h 73 // WOW64_DISABLED for both "32-bit Chrome on 32-bit Windows" and "64-bit
77 WOW64_DISABLED,

Completed in 3040 milliseconds