Home
last modified time | relevance | path

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

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