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

  /external/lzma/CPP/Common/
C_FileIO.h 39 bool OpenShared(const char *name, bool shareForWrite);
C_FileIO.cpp 58 bool CInFile::OpenShared(const char *name, bool)
  /external/lzma/CPP/7zip/Common/
FileStreams.h 73 bool OpenShared(CFSTR fileName, bool shareForWrite)
75 return File.OpenShared(fileName, shareForWrite);
  /external/lzma/CPP/Windows/
FileIO.cpp 318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
322 { return OpenShared(fileName, false); }
FileIO.h 167 bool OpenShared(CFSTR fileName, bool shareForWrite);
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 280 if (!inStreamSpec->OpenShared(phyPath, options.OpenShareForWrite))
UpdateCallback.cpp 506 if (!inStreamSpec->OpenShared(path, ShareForWrite))

Completed in 162 milliseconds