Home
last modified time | relevance | path

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

/external/fmtlib/include/fmt/
Dos.h122 using cstring_view = basic_cstring_view<char>; variable
240 FMT_API buffered_file(cstring_view filename, cstring_view mode);
290 FMT_API file(cstring_view path, int oflag);
393 ostream(cstring_view path, const detail::ostream_params& params)
410 friend ostream output_file(cstring_view path, T... params);
429 inline ostream output_file(cstring_view path, T... params) { in output_file()
/external/fmtlib/src/
Dos.cc153 buffered_file::buffered_file(cstring_view filename, cstring_view mode) { in buffered_file()
177 file::file(cstring_view path, int oflag) { in file()
/external/fmtlib/test/
Dposix-mock-test.cc197 static void write_file(fmt::cstring_view filename, fmt::string_view content) { in write_file()