Searched refs:ea_buffer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc43 PVOID ea_buffer; member in struct:__anon6049::ChromeCreateFileTest::NtCreateFileParams
63 PVOID ea_buffer,
74 ea_buffer,
138 PVOID ea_buffer,
149 ea_buffer,
164 ea_buffer,
175 PVOID ea_buffer,
192 params->ea_buffer = ea_buffer;
216 EXPECT_EQ(kernel_params_.ea_buffer, 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...]
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_interception.h21 PVOID ea_buffer, ULONG ea_length);
H A Dfilesystem_interception.cc25 PVOID ea_buffer, ULONG ea_length) {
30 options, ea_buffer, ea_length);
18 TargetNtCreateFile(NtCreateFileFunction orig_CreateFile, PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
H A Dfilesystem_policy.cc28 PVOID ea_buffer,
38 create_options, ea_buffer, ea_lenght);
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
H A Dinterceptors_64.cc78 ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) {
83 sharing, disposition, options, ea_buffer,
74 TargetNtCreateFile64( PHANDLE file, ACCESS_MASK desired_access, POBJECT_ATTRIBUTES object_attributes, PIO_STATUS_BLOCK io_status, PLARGE_INTEGER allocation_size, ULONG file_attributes, ULONG sharing, ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) argument
H A Dinterceptors_64.h55 ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length);

Completed in 1439 milliseconds