Home
last modified time | relevance | path

Searched refs:DoesDirExist (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h99 bool DoesDirExist(LPCTSTR name);
103 bool DoesDirExist(LPCWSTR name);
DFileFind.cpp250 bool DoesDirExist(LPCTSTR name) in DoesDirExist() function
269 bool DoesDirExist(LPCWSTR name) in DoesDirExist() function
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp74 !NFind::DoesDirExist(moduleFolderPrefix + kCodecsFolderName) && in GetBaseFolderPrefixFromRegistry()
75 !NFind::DoesDirExist(moduleFolderPrefix + kFormatsFolderName)) in GetBaseFolderPrefixFromRegistry()