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

/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h401 struct ::timeval ConvertedTS[2] = {{TS[0].tv_sec, Convert(TS[0].tv_nsec)}, local
403 if (::utimes(p.c_str(), ConvertedTS) == -1) {

Completed in 104 milliseconds