HomeSort by relevance Sort by last modified time
    Searched defs:NtCreateFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.cc 25 reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtCreateFile)
64 return INTERCEPT_NT(manager, NtCreateFile, CREATE_FILE_ID, 48);
85 bool FilesystemDispatcher::NtCreateFile(
filesystem_policy.cc 31 NtCreateFileFunction NtCreateFile = NULL;
32 ResolveNTFunctionPtr("NtCreateFile", &NtCreateFile);
35 NTSTATUS status = NtCreateFile(&local_handle, desired_access, obj_attributes,

Completed in 330 milliseconds