Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_flock.cc50 int stat_result = TEMP_FAILURE_RETRY(stat(filename, &stat_stat)); in Init() local
51 if (stat_result != 0) { in Init()
/art/runtime/
Dcommon_runtime_test.cc375 int stat_result = lstat(filename.c_str(), &s); in ClearDirectory() local
376 ASSERT_EQ(0, stat_result) << "unable to stat " << filename; in ClearDirectory()