Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp488 typedef chrono::duration<rep> __secs; in now() typedef
494 return time_point(__secs(tp.tv_sec) + in now()
500 return time_point(__secs(tv.tv_sec) + __microsecs(tv.tv_usec)); in now()
/external/libcxx/include/
Dchrono2849 typedef chrono::duration<rep> __secs;
2851 chrono::duration_cast<__secs>(__t.time_since_epoch()).count());
2856 typedef chrono::duration<rep> __secs;
2857 return time_point(__secs(__t));