Searched refs:followLink (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 456 bool CFileInfo::Find(CFSTR path, bool followLink)
in Find() argument 530 isOk = Find(filePath, followLink); // check it (followLink)
in Find() 660 if (!followLink
in Find() 750 bool DoesDirExist(CFSTR name, bool followLink)
in DoesDirExist() argument 753 return fi.Find(name, followLink) && fi.IsDir();
in DoesDirExist() 928 static int MY__lstat(CFSTR path, struct stat *st, bool followLink)
in MY__lstat() argument 933 if (/* global_use_lstat && */ !followLink)
in MY__lstat() 1114 bool CFileInfo::Find_DontFill_Name(CFSTR path, bool followLink)
in Find_DontFill_Name() argument 1117 if (MY__lstat(path, &st, followLink) ! in Find_DontFill_Name() 1125 Find(CFSTR path, bool followLink) Find() argument 1162 DoesDirExist(CFSTR name, bool followLink) DoesDirExist() argument [all...] |
H A D | FileFind.h | 24 // bool DoesFileExist(CFSTR name, bool followLink);
27 bool DoesDirExist(CFSTR name, bool followLink);
168 bool Find(CFSTR path, bool followLink = false);
175 bool Find_DontFill_Name(CFSTR path, bool followLink = false);
311 bool Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const;
312 bool DirEntry_IsDir(const CDirEntry &de, bool followLink) const
in DirEntry_IsDir() 321 if (Fill_FileInfo(de, fileInfo, followLink))
in DirEntry_IsDir()
|
/third_party/node/deps/v8/tools/link_clicker.extension/ |
H A D | content.js | 43 function followLink() { function 64 timeoutId = setTimeout(followLink, duration);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 33 static bool FindFile_KeepDots(NFile::NFind::CFileInfo &fi, const FString &path, bool followLink)
in FindFile_KeepDots() argument 35 const bool res = fi.Find(path, followLink);
in FindFile_KeepDots()
|
Completed in 5 milliseconds