Searched refs:OpenShared (Results 1 – 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
D | FileStreams.h | 87 bool OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() function 90 return File.OpenShared(fileName, shareForWrite); in OpenShared()
|
/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 445 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() function in NWindows::NFile::NIO::CInFile 449 { return OpenShared(fileName, false); } in Open() 737 bool CInFile::OpenShared(const char *name, bool) in OpenShared() function in NWindows::NFile::NIO::CInFile
|
D | FileIO.h | 221 bool OpenShared(CFSTR fileName, bool shareForWrite); 322 bool OpenShared(const char *name, bool shareForWrite);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 652 if (!inStreamSpec->OpenShared(path, ShareForWrite)) in GetStream2()
|
D | EnumDirItems.cpp | 1339 if (inFile.OpenShared(phyPath, ShareForWrite)) // fixme: OpenShared ?? in FillDeviceSizes()
|
D | HashCalc.cpp | 562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
|
D | ArchiveExtractCallback.cpp | 2471 if (!inStreamSpec->OpenShared(fullProcessedPath, _ntOptions.OpenShareForWrite)) in GetStream2()
|