Searched refs:stat_result (Results 1 – 2 of 2) sorted by relevance
50 int stat_result = TEMP_FAILURE_RETRY(stat(filename, &stat_stat)); in Init() local51 if (stat_result != 0) { in Init()
250 int stat_result = lstat(filename.c_str(), &s); in ClearDirectory() local251 ASSERT_EQ(0, stat_result) << "unable to stat " << filename; in ClearDirectory()