Searched defs:OpenShared (Results 1 - 3 of 3) sorted by relevance
/external/lzma/CPP/Common/ | ||
H A D | C_FileIO.cpp | 58 bool CInFile::OpenShared(const char *name, bool)
function in class:NC::NFile::NIO::CInFile |
/external/lzma/CPP/7zip/Common/ | ||
H A D | FileStreams.h | 60 bool OpenShared(CFSTR fileName, bool shareForWrite)
function in class:CInFileStream 62 return File.OpenShared(fileName, shareForWrite); |
/external/lzma/CPP/Windows/ | ||
H A D | FileIO.cpp | 318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
function in class:NWindows::NFile::NIO::CInFile 322 { return OpenShared(fileName, false); } |
Completed in 239 milliseconds