//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include <__config> #include <cstdint> #include <filesystem> #include <system_error> #include "file_descriptor.h" #include "posix_compat.h" #include "time_utils.h" _LIBCPP_BEGIN_NAMESPACE_FILESYSTEM error_code directory_entry::__do_refresh() noexcept { … } _LIBCPP_END_NAMESPACE_FILESYSTEM