NtOpenFile        127 sandbox/win/src/file_policy_test.cc   BINDNTDLL(NtOpenFile);
NtOpenFile        129 sandbox/win/src/file_policy_test.cc   if (!NtOpenFile || !RtlInitUnicodeString)
NtOpenFile        145 sandbox/win/src/file_policy_test.cc   NTSTATUS status = NtOpenFile(&handle, FILE_READ_DATA, &obj_attributes,
NtOpenFile         31 sandbox/win/src/filesystem_dispatcher.cc     reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtOpenFile)
NtOpenFile         67 sandbox/win/src/filesystem_dispatcher.cc       return INTERCEPT_NT(manager, NtOpenFile, OPEN_FILE_ID, 28);
NtOpenFile         32 sandbox/win/src/filesystem_dispatcher.h   bool NtOpenFile(IPCInfo* ipc, base::string16* name, DWORD attributes,
NtOpenFile         24 sandbox/win/tools/finder/finder_kernel.cc NTOPENFILE                NtOpenFile;
NtOpenFile         68 sandbox/win/tools/finder/finder_kernel.cc   NtOpenFile = (NTOPENFILE) ::GetProcAddress(ntdll_handle, "NtOpenFile");
NtOpenFile         69 sandbox/win/tools/finder/finder_kernel.cc   CHECKPTR(NtOpenFile);