Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileFind.h124 bool DoesFileExist(CFSTR name);
DFileDir.cpp673 if (NFind::DoesFileExist(name)) in MoveTo()
DFileFind.cpp602 bool DoesFileExist(CFSTR name) in DoesFileExist() function
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp359 if (!NFind::DoesFileExist(arcPath)) in Main2()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp306 if (!NFind::DoesFileExist(us2fs(appLaunched))) in WinMain()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp113 return NFind::DoesFileExist(path + kMainDll); in ReadPathFromRegistry()
215 if (!NFind::DoesFileExist(moduleFolderPrefix + kMainDll) && in GetBaseFolderPrefixFromRegistry()
DUpdate.cpp1106 if (NFind::DoesFileExist(fullName)) in UpdateArchive()
1114 if (!NFind::DoesFileExist(options.SfxModule)) in UpdateArchive()
DArchiveExtractCallback.cpp1185 if (NFind::DoesFileExist(fullProcessedPath)) in GetStream()
DArchiveCommandLine.cpp414 if (!NFind::DoesFileExist(us2fs(fileName))) in AddToCensorFromListFile()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp763 if (NFind::DoesFileExist(destPathSys)) in AskWrite()