Searched defs:flags_and_attributes (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/zlib/google/
H A Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; local
60 NULL, creation_disposition, flags_and_attributes, NULL);
/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.cc100 DWORD flags_and_attributes,
107 flags_and_attributes,
118 DWORD flags_and_attributes,
127 flags_and_attributes,
135 flags_and_attributes,
150 DWORD flags_and_attributes,
180 if (!(flags_and_attributes & FILE_FLAG_OVERLAPPED))
183 if (flags_and_attributes & FILE_FLAG_WRITE_THROUGH)
186 if (flags_and_attributes & FILE_FLAG_RANDOM_ACCESS)
189 if (flags_and_attributes
95 CreateFileWImpl(LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
112 CreateFileWRedirect( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
144 CreateFileNTDLL( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
[all...]

Completed in 733 milliseconds