HomeSort by relevance Sort by last modified time
    Searched defs:OpenShared (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
C_FileIO.cpp 54 bool CInFile::OpenShared(const char *name, bool)
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 46 bool CInFileStream::OpenShared(LPCTSTR fileName, bool shareForWrite)
48 return File.OpenShared(fileName, shareForWrite);
53 bool CInFileStream::OpenShared(LPCWSTR fileName, bool shareForWrite)
55 return File.OpenShared(fileName, shareForWrite);
  /external/lzma/CPP/Windows/
FileIO.cpp 294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite)
298 { return OpenShared(fileName, false); }
308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite)
312 { return OpenShared(fileName, false); }

Completed in 52 milliseconds