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