Home
last modified time | relevance | path

Searched refs:flags_and_attributes (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc100 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 …]
Dchrome_create_file.h20 DWORD flags_and_attributes,
34 DWORD flags_and_attributes,
/external/chromium_org/third_party/zlib/google/
Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
60 NULL, creation_disposition, flags_and_attributes, NULL); in ZipOpenFunc()