Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h27 bool DoesDirExist(CFSTR name, bool followLink);
29 inline bool DoesDirExist(CFSTR name) in DoesDirExist() function
30 { return DoesDirExist(name, false); } in DoesDirExist()
32 { return DoesDirExist(name, true); } in DoesDirExist_FollowLink()
DFileFind.cpp746 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function
1158 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp1853 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()
DArchiveExtractCallback.cpp498 if (!NFile::NFind::DoesDirExist(fullPath)) in CreateComplexDirectory()