Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp281 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file() local
282 if (!status_known(to_st)) in __copy_file()
285 const bool to_exists = exists(to_st); in __copy_file()
286 if (to_exists && !is_regular_file(to_st)) in __copy_file()