Searched refs:fstat_ (Results 1 – 2 of 2) sorted by relevance
110 fstat_(std::move(fstat_func)), in options_()332 const std::function<int(int, struct stat*)> fstat_; variable
1734 if (fstat_(file.Fd(), &st) != 0) { in Fstat()