Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc19 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() argument
21 const int res = show_links ? lstat(path.value().c_str(), st) in GetStat()
26 if (!(errno == ENOENT && !show_links)) in GetStat()