HomeSort by relevance Sort by last modified time
    Searched refs:NtSetInformationFile (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.h 47 // Processes IPC requests coming from calls to NtSetInformationFile with the
49 bool NtSetInformationFile(IPCInfo* ipc, HANDLE handle,
filesystem_dispatcher.cc 50 &FilesystemDispatcher::NtSetInformationFile)
78 return INTERCEPT_NT(manager, NtSetInformationFile, SET_INFO_FILE_ID, 24);
246 bool FilesystemDispatcher::NtSetInformationFile(
filesystem_policy.cc 354 NtSetInformationFileFunction NtSetInformationFile = NULL;
355 ResolveNTFunctionPtr("NtSetInformationFile", &NtSetInformationFile);
369 *nt_status = NtSetInformationFile(local_handle, io_block, file_info, length,

Completed in 151 milliseconds