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

  /external/chromium/chrome/common/
zip.cc 118 DWORD share_mode, flags_and_attributes; local
122 desired_access = share_mode = flags_and_attributes = 0;
127 share_mode = FILE_SHARE_READ;
138 file = CreateFile(filename_wstr.c_str(), desired_access, share_mode,
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.cc 39 DWORD share_mode, flags_and_attributes; local
43 desired_access = share_mode = flags_and_attributes = 0;
48 share_mode = FILE_SHARE_READ;
59 file = CreateFile(filename16.c_str(), desired_access, share_mode,
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 39 DWORD share_mode, flags_and_attributes; local
43 desired_access = share_mode = flags_and_attributes = 0;
48 share_mode = FILE_SHARE_READ;
59 file = CreateFile(filename16.c_str(), desired_access, share_mode,

Completed in 141 milliseconds