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

/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp922 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); local
923 if (!status_known(to_st))
926 const bool to_exists = exists(to_st);
927 if (to_exists && !is_regular_file(to_st))

Completed in 109 milliseconds