Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.h118 bool OpenShared(CFSTR fileName, bool shareForWrite) in Z7_class_final() function
121 return File.OpenShared(fileName, shareForWrite); in Z7_class_final()
/third_party/lzma/CPP/Windows/
H A 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)
H A DFileIO.h223 bool OpenShared(CFSTR fileName, bool shareForWrite);
333 bool OpenShared(const char *name, bool shareForWrite);
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp671 if (!inStreamSpec->OpenShared(path, ShareForWrite)) in GetStream2()
677 isOpen = inStreamSpec->OpenShared(path, ShareForWrite); in GetStream2()
H A DEnumDirItems.cpp1355 if (inFile.OpenShared(phyPath, ShareForWrite)) // fixme: OpenShared ?? in FillDeviceSizes()
H A DHashCalc.cpp562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
H A DArchiveExtractCallback.cpp2484 if (!inStreamSpec->OpenShared(fullProcessedPath, _ntOptions.OpenShareForWrite)) in GetStream2()

Completed in 10 milliseconds