Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1231 FILETIME last_write = timespec_to_filetime(ts); in __last_write_time() local
1232 if (!SetFileTime(h, nullptr, nullptr, &last_write)) in __last_write_time()