Searched refs:share_access (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dfilesystem_dispatcher.h28 DWORD share_access, DWORD create_disposition,
33 DWORD desired_access, DWORD share_access,
H A Dfilesystem_policy.h47 uint32 share_access,
64 uint32 share_access,
H A Dfilesystem_policy.cc25 ULONG share_access,
37 share_access, create_disposition,
233 uint32 share_access,
250 &io_block, file_attributes, share_access,
263 uint32 share_access,
281 &io_block, 0, share_access, FILE_OPEN,
20 NtCreateFileInTarget(HANDLE* target_file_handle, ACCESS_MASK desired_access, OBJECT_ATTRIBUTES* obj_attributes, IO_STATUS_BLOCK* io_status_block, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_lenght, HANDLE target_process) argument
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
H A Dfilesystem_dispatcher.cc87 DWORD file_attributes, DWORD share_access, DWORD create_disposition,
114 file_attributes, share_access,
130 DWORD share_access, DWORD open_options) {
156 share_access, open_options, &handle,
85 NtCreateFile( IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access, DWORD file_attributes, DWORD share_access, DWORD create_disposition, DWORD create_options) argument
128 NtOpenFile( IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access, DWORD share_access, DWORD open_options) argument
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc40 ULONG share_access; member in struct:__anon6049::ChromeCreateFileTest::NtCreateFileParams
60 ULONG share_access,
71 share_access,
135 ULONG share_access,
146 share_access,
161 share_access,
172 ULONG share_access,
189 params->share_access = share_access;
212 EXPECT_EQ(kernel_params_.share_access, elf_params
53 FakeNtCreateFile( PHANDLE file_handle, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status_block, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length) argument
129 HandleCreateFileCall(PHANDLE file_handle, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status_block, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length, CallPath call_path) argument
168 SetParams(ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG share_access, ULONG create_disposition, ULONG create_options, PVOID ea_buffer, ULONG ea_length, NtCreateFileParams* params) argument
[all...]

Completed in 670 milliseconds