Searched refs:statb2 (Results 1 – 1 of 1) sorted by relevance
54 struct stat statb2; in test_attr() local55 ASSERT_EQ(stat("::file.txt", &statb2), 0, ""); in test_attr()56 ASSERT_GT(nstimespec(statb2.st_mtim), nstimespec(statb1.st_mtim), ""); in test_attr()
Completed in 3 milliseconds