Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_enumerator_posix.cc20 void GetStat(const FilePath& path, bool show_links, struct stat* st) { in GetStat() argument
22 const int res = show_links ? lstat(path.value().c_str(), st) in GetStat()
27 if (!(errno == ENOENT && !show_links)) in GetStat()