Home
last modified time | relevance | path

Searched refs:rawtime (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/eabi/
H A D__gmtime64.c32 time_t rawtime; in gmtime64_0100() local
35 time(&rawtime); in gmtime64_0100()
36 info = gmtime(&rawtime); in gmtime64_0100()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h5279 time_t rawtime;
5280 std::time(&rawtime);
5285 gmtime_s(&timeInfo, &rawtime);
5287 gmtime_r(&rawtime, &timeInfo);
/third_party/libabigail/tests/lib/
H A Dcatch.hpp16816 time_t rawtime;
16817 std::time(&rawtime);
16822 gmtime_s(&timeInfo, &rawtime);
16825 timeInfo = std::gmtime(&rawtime);

Completed in 25 milliseconds