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 58 bool CInFile::OpenShared(const char *name, bool)
  /external/lzma/CPP/7zip/Common/
FileStreams.h 60 bool OpenShared(CFSTR fileName, bool shareForWrite)
62 return File.OpenShared(fileName, shareForWrite);
  /external/lzma/CPP/Windows/
FileIO.cpp 318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
322 { return OpenShared(fileName, false); }

Completed in 1971 milliseconds