Searched refs:NtClose (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc25 NTCLOSE NtClose; variable
71 NtClose = (NTCLOSE) ::GetProcAddress(ntdll_handle, "NtClose");
72 CHECKPTR(NtClose);
143 NtClose(file_handle);
181 NtClose(handle);
195 NtClose(handle);
209 NtClose(handle);
/external/chromium_org/sandbox/win/src/
H A Dsync_policy.cc37 NtCloseFunction NtClose = NULL; local
38 ResolveNTFunctionPtr("NtClose", &NtClose);
64 NtClose(symbolic_link_directory);
75 NtClose(symbolic_link);
92 NtClose(symbolic_link);
H A Dregistry_policy.cc31 NtCloseFunction NtClose = NULL; local
32 ResolveNTFunctionPtr("NtClose", &NtClose);
46 NtClose(handle);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c52 NtClose(
594 return NtClose(Handle);

Completed in 101 milliseconds