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

/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h411 bool posix_utimensat(const path& p, std::array<TimeSpec, 2> const& TS, function in namespace:detail::__anon3707
426 return posix_utimensat(p, TS, ec);

Completed in 9 milliseconds