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

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_policy.h52 ULONG_PTR* io_information);
68 ULONG_PTR* io_information);
H A Dfilesystem_dispatcher.cc110 ULONG_PTR io_information = 0; local
117 &io_information)) {
122 ipc->return_info.extended[0].ulong_ptr = io_information;
152 ULONG_PTR io_information = 0; local
157 &nt_status, &io_information)) {
162 ipc->return_info.extended[0].ulong_ptr = io_information;
H A Dfilesystem_policy.cc238 ULONG_PTR *io_information) {
254 *io_information = io_block.Information;
267 ULONG_PTR *io_information) {
285 *io_information = io_block.Information;
227 CreateFileAction(EvalResult eval_result, const ClientInfo& client_info, const base::string16 &file, uint32 attributes, uint32 desired_access, uint32 file_attributes, uint32 share_access, uint32 create_disposition, uint32 create_options, HANDLE *handle, NTSTATUS* nt_status, ULONG_PTR *io_information) argument
258 OpenFileAction(EvalResult eval_result, const ClientInfo& client_info, const base::string16 &file, uint32 attributes, uint32 desired_access, uint32 share_access, uint32 open_options, HANDLE *handle, NTSTATUS* nt_status, ULONG_PTR *io_information) argument

Completed in 1753 milliseconds