Searched refs:flags_and_attributes (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome_elf/create_file/ |
D | chrome_create_file.cc | 100 DWORD flags_and_attributes, in CreateFileWImpl() argument 107 flags_and_attributes, in CreateFileWImpl() 118 DWORD flags_and_attributes, in CreateFileWRedirect() argument 127 flags_and_attributes, in CreateFileWRedirect() 135 flags_and_attributes, in CreateFileWRedirect() 150 DWORD flags_and_attributes, in CreateFileNTDLL() argument 180 if (!(flags_and_attributes & FILE_FLAG_OVERLAPPED)) in CreateFileNTDLL() 183 if (flags_and_attributes & FILE_FLAG_WRITE_THROUGH) in CreateFileNTDLL() 186 if (flags_and_attributes & FILE_FLAG_RANDOM_ACCESS) in CreateFileNTDLL() 189 if (flags_and_attributes & FILE_FLAG_SEQUENTIAL_SCAN) in CreateFileNTDLL() [all …]
|
D | chrome_create_file.h | 20 DWORD flags_and_attributes, 34 DWORD flags_and_attributes,
|
/external/chromium_org/third_party/zlib/google/ |
D | zip_internal.cc | 41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local 60 NULL, creation_disposition, flags_and_attributes, NULL); in ZipOpenFunc()
|