Home
last modified time | relevance | path

Searched refs:followLink (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileFind.cpp452 bool CFileInfo::Find(CFSTR path, bool followLink) in Find() argument
526 isOk = Find(filePath, followLink); // check it (followLink) in Find()
656 if (!followLink in Find()
746 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() argument
749 return fi.Find(name, followLink) && fi.IsDir(); in DoesDirExist()
924 static int MY__lstat(CFSTR path, struct stat *st, bool followLink) in MY__lstat() argument
929 if (/* global_use_lstat && */ !followLink) in MY__lstat()
1110 bool CFileInfo::Find_DontFill_Name(CFSTR path, bool followLink) in Find_DontFill_Name() argument
1113 if (MY__lstat(path, &st, followLink) != 0) in Find_DontFill_Name()
1121 bool CFileInfo::Find(CFSTR path, bool followLink) in Find() argument
[all …]
DFileFind.h27 bool DoesDirExist(CFSTR name, bool followLink);
168 bool Find(CFSTR path, bool followLink = false);
175 bool Find_DontFill_Name(CFSTR path, bool followLink = false);
303 bool Fill_FileInfo(const CDirEntry &de, CFileInfo &fileInfo, bool followLink) const;
304 bool DirEntry_IsDir(const CDirEntry &de, bool followLink) const in DirEntry_IsDir() argument
313 if (Fill_FileInfo(de, fileInfo, followLink)) in DirEntry_IsDir()
/third_party/node/deps/v8/tools/link_clicker.extension/
Dcontent.js43 function followLink() { function
64 timeoutId = setTimeout(followLink, duration);
/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp33 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()