Home
last modified time | relevance | path

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

/external/chromium/base/win/
Dwindows_version.cc58 IsWow64ProcessFunc is_wow64_process = reinterpret_cast<IsWow64ProcessFunc>( in GetWOW64StatusForProcess() local
60 if (!is_wow64_process) in GetWOW64StatusForProcess()
63 if (!(*is_wow64_process)(process_handle, &is_wow64)) in GetWOW64StatusForProcess()