Searched refs:PATH_CSTR_FMT (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | filesystem_error.cpp | 27 …return detail::format_string("filesystem error: %s [" PATH_CSTR_FMT "]", derived_what, path1().c_s… in __create_what() 30 "filesystem error: %s [" PATH_CSTR_FMT "] [" PATH_CSTR_FMT "]", in __create_what()
|
| H A D | format_string.h | 22 # define PATH_CSTR_FMT "\"%ls\"" macro 25 # define PATH_CSTR_FMT "\"%s\"" macro
|
| H A D | directory_iterator.cpp | 193 err.report(m_ec, "at root " PATH_CSTR_FMT, root.c_str()); in __increment() 272 err.report(m_ec, "at root " PATH_CSTR_FMT, root.c_str()); in __advance() 316 err.report(m_ec, "attempting recursion into " PATH_CSTR_FMT, at_ent.c_str()); in __try_recursion()
|
| H A D | operations.cpp | 915 return err.report(m_ec, "cannot access path " PATH_CSTR_FMT, p.c_str()); in __temp_directory_path() 918 … return err.report(errc::not_a_directory, "path " PATH_CSTR_FMT " is not a directory", p.c_str()); in __temp_directory_path()
|