Home
last modified time | relevance | path

Searched refs:DoesFileExist (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.h124 bool DoesFileExist(CFSTR name);
DFileFind.cpp602 bool DoesFileExist(CFSTR name) in DoesFileExist() function
DFileDir.cpp662 if (NFind::DoesFileExist(name)) in MoveTo()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp306 if (!NFind::DoesFileExist(us2fs(appLaunched))) in WinMain()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp355 if (!NFind::DoesFileExist(arcPath)) in Main2()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp113 return NFind::DoesFileExist(path + kMainDll); in ReadPathFromRegistry()
215 if (!NFind::DoesFileExist(moduleFolderPrefix + kMainDll) && in GetBaseFolderPrefixFromRegistry()
DUpdate.cpp1039 if (NFind::DoesFileExist(fullName)) in UpdateArchive()
1047 if (!NFind::DoesFileExist(options.SfxModule)) in UpdateArchive()
DArchiveCommandLine.cpp402 if (!NFind::DoesFileExist(us2fs(fileName))) in AddToCensorFromListFile()