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

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc44 ULONG ea_length; member in struct:__anon6049::ChromeCreateFileTest::NtCreateFileParams
64 ULONG ea_length) {
75 ea_length,
139 ULONG ea_length,
150 ea_length,
165 ea_length);
176 ULONG ea_length,
193 params->ea_length = ea_length;
217 EXPECT_EQ(kernel_params_.ea_length, 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 Dinterceptors_64.cc78 ULONG disposition, ULONG options, PVOID ea_buffer, ULONG ea_length) {
84 ea_length);
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 1654 milliseconds