Home
last modified time | relevance | path

Searched refs:share_mode (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/beast/core/impl/
Dfile_win32.ipp122 boost::winapi::DWORD_ share_mode = 0;
141 share_mode = boost::winapi::FILE_SHARE_READ_;
148 share_mode = boost::winapi::FILE_SHARE_READ_;
196 share_mode,
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dfile_win32.ipp122 boost::winapi::DWORD_ share_mode = 0;
141 share_mode = boost::winapi::FILE_SHARE_READ_;
148 share_mode = boost::winapi::FILE_SHARE_READ_;
196 share_mode,
/third_party/skia/third_party/externals/zlib/google/
Dzip_internal.cc43 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
50 share_mode = FILE_SHARE_READ; in ZipOpenFunc()
61 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
48 share_mode = FILE_SHARE_READ; in ZipOpenFunc()
59 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/third_party/node/deps/zlib/google/
Dzip_internal.cc41 DWORD share_mode = 0, flags_and_attributes = 0; in ZipOpenFunc() local
48 share_mode = FILE_SHARE_READ; in ZipOpenFunc()
59 file = CreateFile(filename16.c_str(), desired_access, share_mode, in ZipOpenFunc()
/third_party/python/Doc/library/
Daudit_events.rst30 | | ``share_mode``, ``creation_disposition``, |
/third_party/python/Modules/clinic/
D_winapi.c.h136 DWORD desired_access, DWORD share_mode,
147 DWORD share_mode; in _winapi_CreateFile() local
155 …&file_name, &desired_access, &share_mode, &security_attributes, &creation_disposition, &flags_and_… in _winapi_CreateFile()
158 …_return_value = _winapi_CreateFile_impl(module, file_name, desired_access, share_mode, security_at… in _winapi_CreateFile()
/third_party/e2fsprogs/lib/ext2fs/
Dwindows_io.c567 …DWORD share_mode = (open_flags & O_EXCL) ? 0 : FILE_SHARE_READ | ((open_flags & O_RDWR) ? FILE_SHA… in windows_open_device() local
575 data->handle = CreateFile(data->cf_device, desired_access, share_mode, NULL, OPEN_EXISTING, in windows_open_device()
/third_party/python/Modules/
D_winapi.c465 DWORD desired_access, DWORD share_mode, in _winapi_CreateFile_impl() argument
474 file_name, desired_access, share_mode, in _winapi_CreateFile_impl()
481 share_mode, security_attributes, in _winapi_CreateFile_impl()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc478 for (InputShareMode share_mode : {kPrivate, kShared, kSharedIndirect}) { in CreateTestParams()
482 param.input_share_mode = share_mode; in CreateTestParams()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto294 optional DimCheckMode share_mode = 2; field