NtCreateFile 89 sandbox/win/src/file_policy_test.cc BINDNTDLL(NtCreateFile); NtCreateFile 91 sandbox/win/src/file_policy_test.cc if (!NtCreateFile || !RtlInitUnicodeString) NtCreateFile 110 sandbox/win/src/file_policy_test.cc NTSTATUS status = NtCreateFile(&handle, FILE_READ_DATA, &obj_attributes, NtCreateFile 25 sandbox/win/src/filesystem_dispatcher.cc reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtCreateFile) NtCreateFile 64 sandbox/win/src/filesystem_dispatcher.cc return INTERCEPT_NT(manager, NtCreateFile, CREATE_FILE_ID, 48); NtCreateFile 26 sandbox/win/src/filesystem_dispatcher.h bool NtCreateFile(IPCInfo* ipc, base::string16* name, DWORD attributes, NtCreateFile 31 sandbox/win/src/filesystem_policy.cc NtCreateFileFunction NtCreateFile = NULL; NtCreateFile 32 sandbox/win/src/filesystem_policy.cc ResolveNTFunctionPtr("NtCreateFile", &NtCreateFile); NtCreateFile 35 sandbox/win/src/filesystem_policy.cc NTSTATUS status = NtCreateFile(&local_handle, desired_access, obj_attributes,