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

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h25 // Processes IPC requests coming from calls to NtCreateFile in the target.
26 bool NtCreateFile(IPCInfo* ipc, base::string16* name, DWORD attributes,
H A Dfilesystem_dispatcher.cc25 reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtCreateFile)
64 return INTERCEPT_NT(manager, NtCreateFile, CREATE_FILE_ID, 48);
85 bool FilesystemDispatcher::NtCreateFile( function in class:sandbox::FilesystemDispatcher
H A Dfilesystem_policy.cc31 NtCreateFileFunction NtCreateFile = NULL; local
32 ResolveNTFunctionPtr("NtCreateFile", &NtCreateFile);
35 NTSTATUS status = NtCreateFile(&local_handle, desired_access, obj_attributes,
H A Dfile_policy_test.cc87 // Creates the file in parameter using the NtCreateFile api and returns if the
90 BINDNTDLL(NtCreateFile);
92 if (!NtCreateFile || !RtlInitUnicodeString)
111 NTSTATUS status = NtCreateFile(&handle, FILE_READ_DATA, &obj_attributes,

Completed in 54 milliseconds