Searched refs:DoesFileOrDirExist (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp22 return NFile::NFind::DoesFileOrDirExist(path);
/external/lzma/CPP/Windows/
H A DFileFind.h100 bool DoesFileOrDirExist(LPCTSTR name);
104 bool DoesFileOrDirExist(LPCWSTR name);
H A DFileFind.cpp256 bool DoesFileOrDirExist(LPCTSTR name) function in namespace:NWindows::NFile::NFind
274 bool DoesFileOrDirExist(LPCWSTR name) function in namespace:NWindows::NFile::NFind
H A DFileDir.cpp853 if (NFind::DoesFileOrDirExist(dirName))
892 if (NFind::DoesFileOrDirExist(dirName))
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c165 static Bool DoesFileOrDirExist(const WCHAR *path) function
321 if (DoesFileOrDirExist(path))
447 if (DoesFileOrDirExist(path))
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp809 if (NFind::DoesFileOrDirExist(path))

Completed in 490 milliseconds