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