Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_flock.cc44 int fstat_result = TEMP_FAILURE_RETRY(fstat(file_->Fd(), &fstat_stat)); in Init() local
45 if (fstat_result != 0) { in Init()