Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h123 bool DoesFileExist(CFSTR name);
DFileDir.cpp555 if (NFind::DoesFileExist(name)) in MoveTo()
DFileFind.cpp438 bool DoesFileExist(CFSTR name) in DoesFileExist() function
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp298 if (!NFind::DoesFileExist(us2fs(appLaunched))) in WinMain()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp336 if (!NFind::DoesFileExist(arcPath)) in Main2()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp69 return NFind::DoesFileExist(path + kMainDll); in ReadPathFromRegistry()
171 if (!NFind::DoesFileExist(moduleFolderPrefix + kMainDll) && in GetBaseFolderPrefixFromRegistry()
DUpdate.cpp978 if (NFind::DoesFileExist(fullName)) in UpdateArchive()
986 if (!NFind::DoesFileExist(options.SfxModule)) in UpdateArchive()
DArchiveCommandLine.cpp370 if (!NFind::DoesFileExist(us2fs(fileName))) in AddToCensorFromListFile()