Searched refs:NtOpenFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h31 // Processes IPC requests coming from calls to NtOpenFile in the target.
32 bool NtOpenFile(IPCInfo* ipc, base::string16* name, DWORD attributes,
H A Dfilesystem_dispatcher.cc31 reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtOpenFile)
67 return INTERCEPT_NT(manager, NtOpenFile, OPEN_FILE_ID, 28);
128 bool FilesystemDispatcher::NtOpenFile( function in class:sandbox::FilesystemDispatcher
H A Dfile_policy_test.cc125 // Opens the file in parameter using the NtOpenFile api and returns if the
128 BINDNTDLL(NtOpenFile);
130 if (!NtOpenFile || !RtlInitUnicodeString)
146 NTSTATUS status = NtOpenFile(&handle, FILE_READ_DATA, &obj_attributes,
511 // succeeds (it does an NtOpenFile) but windows\system32\notepad.exe is
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc24 NTOPENFILE NtOpenFile; variable
68 NtOpenFile = (NTOPENFILE) ::GetProcAddress(ntdll_handle, "NtOpenFile");
69 CHECKPTR(NtOpenFile);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c60 NtOpenFile(
438 Status = NtOpenFile(Handle,
456 Status = NtOpenFile(Handle,
474 Status = NtOpenFile(Handle,

Completed in 5615 milliseconds