Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/libcxx/input.output/filesystems/
H A Dconvert_file_time.pass.cpp111 TimeSpecT new_ts = {}; in check_round_trip() local
113 assert(convert_to_timespec(new_ts, out)); in check_round_trip()
114 return new_ts.tv_sec == orig.tv_sec && new_ts.tv_nsec == orig.tv_nsec; in check_round_trip()