Home
last modified time | relevance | path

Searched refs:OpenShared (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DFileStreams.h87 bool OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() function
90 return File.OpenShared(fileName, shareForWrite); in OpenShared()
/third_party/lzma/CPP/Windows/
DFileIO.cpp445 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
DFileIO.h221 bool OpenShared(CFSTR fileName, bool shareForWrite);
322 bool OpenShared(const char *name, bool shareForWrite);
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp652 if (!inStreamSpec->OpenShared(path, ShareForWrite)) in GetStream2()
DEnumDirItems.cpp1339 if (inFile.OpenShared(phyPath, ShareForWrite)) // fixme: OpenShared ?? in FillDeviceSizes()
DHashCalc.cpp562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
DArchiveExtractCallback.cpp2471 if (!inStreamSpec->OpenShared(fullProcessedPath, _ntOptions.OpenShareForWrite)) in GetStream2()