Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFileStreams.h73 bool OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() function
75 return File.OpenShared(fileName, shareForWrite); in OpenShared()
/external/lzma/CPP/Common/
DC_FileIO.h39 bool OpenShared(const char *name, bool shareForWrite);
DC_FileIO.cpp58 bool CInFile::OpenShared(const char *name, bool) in OpenShared() function in NC::NFile::NIO::CInFile
/external/lzma/CPP/Windows/
DFileIO.cpp318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite) in OpenShared() function in NWindows::NFile::NIO::CInFile
322 { return OpenShared(fileName, false); } in Open()
DFileIO.h171 bool OpenShared(CFSTR fileName, bool shareForWrite);
/external/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp276 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite)) in HashCalc()
DUpdateCallback.cpp515 if (!inStreamSpec->OpenShared(path, ShareForWrite)) in GetStream2()