Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A 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()
H A DFileFind.cpp750 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function
1162 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp1846 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()
H A DArchiveExtractCallback.cpp505 if (!NFile::NFind::DoesDirExist(fullPath)) in CreateComplexDirectory()

Completed in 7 milliseconds