Searched refs:OpenShared (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.h | 118 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 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)
|
H A D | FileIO.h | 223 bool OpenShared(CFSTR fileName, bool shareForWrite);
333 bool OpenShared(const char *name, bool shareForWrite);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 671 if (!inStreamSpec->OpenShared(path, ShareForWrite))
in GetStream2() 677 isOpen = inStreamSpec->OpenShared(path, ShareForWrite);
in GetStream2()
|
H A D | EnumDirItems.cpp | 1355 if (inFile.OpenShared(phyPath, ShareForWrite)) // fixme: OpenShared ??
in FillDeviceSizes()
|
H A D | HashCalc.cpp | 562 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite))
in HashCalc()
|
H A D | ArchiveExtractCallback.cpp | 2484 if (!inStreamSpec->OpenShared(fullProcessedPath, _ntOptions.OpenShareForWrite))
in GetStream2()
|
Completed in 10 milliseconds