Home
last modified time | relevance | path

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

/bionic/tests/
Dtime_test.cpp904 struct tm* tm_p = localtime(&t); in TEST() local
905 EXPECT_EQ(15, tm_p->tm_hour); in TEST()