Home
last modified time | relevance | path

Searched defs:broken_down (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bionic/tests/
H A Dtime_test.cpp67 tm* broken_down = gmtime(&t); in TEST() local
80 struct tm* broken_down = gmtime_r(&t, &tm); in TEST() local