Searched refs:fstat_result (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dscoped_flock.cc53 int fstat_result = TEMP_FAILURE_RETRY(fstat(file_->Fd(), &fstat_stat)); local
54 if (fstat_result != 0) {

Completed in 45 milliseconds