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

/external/lzma/CPP/Common/
H A DC_FileIO.h33 bool OpenShared(const char *name, bool shareForWrite);
H A DC_FileIO.cpp54 bool CInFile::OpenShared(const char *name, bool) function in class:NC::NFile::NIO::CInFile
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h51 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
54 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
H A DFileStreams.cpp46 bool CInFileStream::OpenShared(LPCTSTR fileName, bool shareForWrite) function in class:CInFileStream
48 return File.OpenShared(fileName, shareForWrite);
53 bool CInFileStream::OpenShared(LPCWSTR fileName, bool shareForWrite) function in class:CInFileStream
55 return File.OpenShared(fileName, shareForWrite);
/external/lzma/CPP/Windows/
H A DFileIO.h101 bool OpenShared(LPCTSTR fileName, bool shareForWrite);
105 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
H A DFileIO.cpp294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite) function in class:NWindows::NFile::NIO::CInFile
298 { return OpenShared(fileName, false); }
308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite) function in class:NWindows::NFile::NIO::CInFile
312 { return OpenShared(fileName, false); }
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp189 if (!inStreamSpec->OpenShared(path, ShareForWrite))

Completed in 3701 milliseconds