Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DFilePathAutoRename.cpp17 return NFile::NFind::DoesFileOrDirExist(path); in MakeAutoName()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c166 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist() function
334 if (DoesFileOrDirExist(path)) in main()
470 if (DoesFileOrDirExist(path)) in main()
/external/lzma/CPP/Windows/
DFileFind.h126 bool DoesFileOrDirExist(CFSTR name);
DFileFind.cpp614 bool DoesFileOrDirExist(CFSTR name) in DoesFileOrDirExist() function
DFileDir.cpp613 if (NFind::DoesFileOrDirExist(path)) in CreateTempFile()
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp1418 if (NFind::DoesFileOrDirExist(path)) in UpdateArchive()