OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoesDirExist
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileFind.h
99
bool
DoesDirExist
(LPCTSTR name);
103
bool
DoesDirExist
(LPCWSTR name);
FileFind.cpp
250
bool
DoesDirExist
(LPCTSTR name)
269
bool
DoesDirExist
(LPCWSTR name)
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
74
!NFind::
DoesDirExist
(moduleFolderPrefix + kCodecsFolderName) &&
75
!NFind::
DoesDirExist
(moduleFolderPrefix + kFormatsFolderName))
Completed in 1016 milliseconds