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