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

/art/runtime/base/
H A Dscoped_flock.cc59 int stat_result = TEMP_FAILURE_RETRY(stat(filename, &stat_stat)); local
60 if (stat_result != 0) {
/art/runtime/
H A Dcommon_runtime_test.cc401 int stat_result = lstat(filename.c_str(), &s); local
402 ASSERT_EQ(0, stat_result) << "unable to stat " << filename;

Completed in 23 milliseconds