Searched refs:show_links (Results 1 – 1 of 1) sorted by relevance
20 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() argument22 const int res = show_links ? lstat(path.value().c_str(), st) in GetStat()27 if (!(errno == ENOENT && !show_links)) in GetStat()