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

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h16 class FilesystemDispatcher : public Dispatcher { class in namespace:sandbox
18 explicit FilesystemDispatcher(PolicyBase* policy_base);
19 ~FilesystemDispatcher() {}
55 DISALLOW_COPY_AND_ASSIGN(FilesystemDispatcher);
H A Dfilesystem_dispatcher.cc20 FilesystemDispatcher::FilesystemDispatcher(PolicyBase* policy_base) function in class:sandbox::FilesystemDispatcher
25 reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtCreateFile)
31 reinterpret_cast<CallbackGeneric>(&FilesystemDispatcher::NtOpenFile)
37 &FilesystemDispatcher::NtQueryAttributesFile)
43 &FilesystemDispatcher::NtQueryFullAttributesFile)
50 &FilesystemDispatcher::NtSetInformationFile)
60 bool FilesystemDispatcher::SetupService(InterceptionManager* manager,
85 bool FilesystemDispatcher::NtCreateFile(
128 bool FilesystemDispatcher
[all...]
H A Dsandbox_policy_base.cc107 dispatcher = new FilesystemDispatcher(this);

Completed in 846 milliseconds