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

  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 194 // A helper class encapsulating run-time-linked function calls to Wow64 APIs.
255 // Scoper that switches off Wow64 File System Redirection during its lifetime.
261 Wow64Functions* wow64 = g_wow_64_functions.Pointer(); local
262 if (wow64->is_valid() && wow64->IsWow64()) {
263 if (wow64->DisableFsRedirection(&previous_state_))
491 // The following deals with the minor annoyance that Wow64 FS redirection
493 // process on a 64-bit system, in which case Wow64 FS redirection redirects
  /external/chromium_org/sandbox/win/src/
Wow64.cc 5 #include "sandbox/win/src/wow64.h"
70 typedef BOOL (WINAPI* IsWow64ProcessFunction)(HANDLE process, BOOL* wow64);
76 Wow64::~Wow64() {
91 bool Wow64::WaitForNtdll() {
139 bool Wow64::RunWowHelper(void* buffer) {
181 bool Wow64::DllMapped() {
209 bool Wow64::NtdllPresent() {

Completed in 3109 milliseconds