HomeSort by relevance Sort by last modified time
    Searched refs:flags_and_attributes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome_elf/create_file/
chrome_create_file.h 20 DWORD flags_and_attributes,
34 DWORD flags_and_attributes,
chrome_create_file.cc 100 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 & FILE_FLAG_SEQUENTIAL_SCAN
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 41 DWORD share_mode = 0, flags_and_attributes = 0; local
60 NULL, creation_disposition, flags_and_attributes, NULL);

Completed in 121 milliseconds