Home
last modified time | relevance | path

Searched defs:format_windows_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/fmtlib/src/
H A Dos.cc145 void detail::format_windows_error(detail::buffer<char>& out, int error_code, in format_windows_error() function in detail
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dformat.cc359 FMT_FUNC void internal::format_windows_error( in format_windows_error() function in fmt::internal
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dformat.cc661 FMT_FUNC void fmt::internal::format_windows_error( in format_windows_error() function in fmt::internal
/aosp_15_r20/external/fmtlib/test/
H A Dos-test.cc29 TEST(os_test, format_windows_error) { in TEST() argument