Searched refs:OpenShared (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 46 bool CInFileStream::OpenShared(LPCTSTR fileName, bool shareForWrite) in OpenShared() function in CInFileStream 48 return File.OpenShared(fileName, shareForWrite); in OpenShared() 53 bool CInFileStream::OpenShared(LPCWSTR fileName, bool shareForWrite) in OpenShared() function in CInFileStream 55 return File.OpenShared(fileName, shareForWrite); in OpenShared()
|
D | FileStreams.h | 51 bool OpenShared(LPCTSTR fileName, bool shareForWrite); 54 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite) in OpenShared() function in NWindows::NFile::NIO::CInFile 298 { return OpenShared(fileName, false); } in Open() 308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite) in OpenShared() function in NWindows::NFile::NIO::CInFile 312 { return OpenShared(fileName, false); } in Open()
|
D | FileIO.h | 101 bool OpenShared(LPCTSTR fileName, bool shareForWrite); 105 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
|
/external/lzma/CPP/Common/ |
D | C_FileIO.h | 33 bool OpenShared(const char *name, bool shareForWrite);
|
D | C_FileIO.cpp | 54 bool CInFile::OpenShared(const char *name, bool) in OpenShared() function in NC::NFile::NIO::CInFile
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 189 if (!inStreamSpec->OpenShared(path, ShareForWrite)) in GetStream()
|