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

  /external/chromium_org/sandbox/win/src/
registry_policy.cc 31 NtCloseFunction NtClose = NULL;
32 ResolveNTFunctionPtr("NtClose", &NtClose);
46 NtClose(handle);
sync_policy.cc 37 NtCloseFunction NtClose = NULL;
38 ResolveNTFunctionPtr("NtClose", &NtClose);
64 NtClose(symbolic_link_directory);
75 NtClose(symbolic_link);
92 NtClose(symbolic_link);
  /external/chromium_org/sandbox/win/tools/finder/
finder_kernel.cc 25 NTCLOSE NtClose;
71 NtClose = (NTCLOSE) ::GetProcAddress(ntdll_handle, "NtClose");
72 CHECKPTR(NtClose);
143 NtClose(file_handle);
181 NtClose(handle);
195 NtClose(handle);
209 NtClose(handle)
    [all...]

Completed in 101 milliseconds