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

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file_unittest.cc151 call_path == ELF ? &elf_params_ : &kernel_params_);
197 std::bitset<32> elf((int) elf_params_.desired_access);
200 EXPECT_EQ(kernel_params_.desired_access, elf_params_.desired_access)
203 elf_params_.object_attributes.Length);
205 elf_params_.object_attributes.RootDirectory);
207 elf_params_.object_attributes.Attributes);
209 elf_params_.object_attributes.SecurityDescriptor);
210 EXPECT_EQ(kernel_params_.allocation_size, elf_params_.allocation_size);
211 EXPECT_EQ(kernel_params_.file_attributes, elf_params_.file_attributes);
212 EXPECT_EQ(kernel_params_.share_access, elf_params_
308 NtCreateFileParams elf_params_; member in class:__anon6049::ChromeCreateFileTest
[all...]

Completed in 1010 milliseconds