Searched refs:NtSetInformationFile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h47 // Processes IPC requests coming from calls to NtSetInformationFile with the
49 bool NtSetInformationFile(IPCInfo* ipc, HANDLE handle,
H A Dfilesystem_dispatcher.cc50 &FilesystemDispatcher::NtSetInformationFile)
78 return INTERCEPT_NT(manager, NtSetInformationFile, SET_INFO_FILE_ID, 24);
246 bool FilesystemDispatcher::NtSetInformationFile( function in class:sandbox::FilesystemDispatcher
H A Dfilesystem_policy.cc351 NtSetInformationFileFunction NtSetInformationFile = NULL; local
352 ResolveNTFunctionPtr("NtSetInformationFile", &NtSetInformationFile);
366 *nt_status = NtSetInformationFile(local_handle, io_block, file_info, length,

Completed in 1032 milliseconds