Home
last modified time | relevance | path

Searched refs:is_wow64 (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/win/
Dwindows_version.cc62 BOOL is_wow64 = FALSE; in GetWOW64StatusForProcess() local
63 if (!(*is_wow64_process)(process_handle, &is_wow64)) in GetWOW64StatusForProcess()
65 return is_wow64 ? WOW64_ENABLED : WOW64_DISABLED; in GetWOW64StatusForProcess()