OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenShared
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/Common/
C_FileIO.h
33
bool
OpenShared
(const char *name, bool shareForWrite);
C_FileIO.cpp
54
bool CInFile::
OpenShared
(const char *name, bool)
/external/lzma/CPP/7zip/Common/
FileStreams.h
51
bool
OpenShared
(LPCTSTR fileName, bool shareForWrite);
54
bool
OpenShared
(LPCWSTR fileName, bool shareForWrite);
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.h
101
bool
OpenShared
(LPCTSTR fileName, bool shareForWrite);
105
bool
OpenShared
(LPCWSTR fileName, bool shareForWrite);
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); }
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
189
if (!inStreamSpec->
OpenShared
(path, ShareForWrite))
Completed in 68 milliseconds