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

  /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...]
  /external/chromium_org/sandbox/win/src/
registry_policy.cc 31 NtCloseFunction NtClose = NULL;
32 ResolveNTFunctionPtr("NtClose", &NtClose);
46 NtClose(handle);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 53 NtClose(
595 return NtClose(Handle);

Completed in 58 milliseconds