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

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.cc154 IO_STATUS_BLOCK io_status_block = {}; local
256 &io_status_block,
274 SetLastError(io_status_block.Information == FILE_OPENED ?
277 SetLastError(io_status_block.Information == FILE_OVERWRITTEN ?
H A Dchrome_create_file_unittest.cc57 PIO_STATUS_BLOCK io_status_block,
68 io_status_block,
132 PIO_STATUS_BLOCK io_status_block,
158 io_status_block,
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
/external/chromium_org/sandbox/win/src/
H A Dfilesystem_policy.cc23 IO_STATUS_BLOCK* io_status_block,
36 io_status_block, NULL, file_attributes,
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

Completed in 354 milliseconds