Home
last modified time | relevance | path

Searched refs:emit_error (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/filesystem/src/
Derror_handling.hpp57 void emit_error(err_t error_num, system::error_code* ec, const char* message);
58 void emit_error(err_t error_num, const path& p, system::error_code* ec, const char* message);
59 void emit_error(err_t error_num, const path& p1, const path& p2, system::error_code* ec, const char…
71 filesystem::emit_error(error_num, ec, message); in error()
86 filesystem::emit_error(error_num, p, ec, message); in error()
101 filesystem::emit_error(error_num, p1, p2, ec, message); in error()
Dunique_path.cpp130 emit_error(err, ec, "boost::filesystem::unique_path"); in system_crypt_random()
150 emit_error(errno, ec, "boost::filesystem::unique_path"); in system_crypt_random()
165 emit_error(err, ec, "boost::filesystem::unique_path"); in system_crypt_random()
185 emit_error(translate_ntstatus(status), ec, "boost::filesystem::unique_path"); in system_crypt_random()
205 emit_error(err, ec, "boost::filesystem::unique_path"); in system_crypt_random()
Dexception.cpp120 void emit_error(err_t error_num, system::error_code* ec, const char* message) in emit_error() function
128 void emit_error(err_t error_num, const path& p, system::error_code* ec, const char* message) in emit_error() function
136 void emit_error(err_t error_num, const path& p1, const path& p2, system::error_code* ec, const char… in emit_error() function
Doperations.cpp974 emit_error(BOOST_ERROR_FILE_NOT_FOUND, from, to, ec, "boost::filesystem::copy"); in copy()
1124 emit_error(BOOST_ERROR_NOT_SUPPORTED, from, to, ec, "boost::filesystem::copy"); in copy()
1155 emit_error(err, from, to, ec, "boost::filesystem::copy_file"); in copy_file()
1312 emit_error(err, from, to, ec, "boost::filesystem::copy_file"); in copy_file()
1344 emit_error(err, from, to, ec, "boost::filesystem::copy_file"); in copy_file()
1430 emit_error(errno, p, *existing, ec, "boost::filesystem::create_directory"); in create_directory()
1436 emit_error(ENOTDIR, p, *existing, ec, "boost::filesystem::create_directory"); in create_directory()
1467 emit_error(errval, p, ec, "boost::filesystem::create_directory"); in create_directory()
1530 emit_error(BOOST_ERROR_NOT_SUPPORTED, ec, "boost::filesystem::current_path"); in current_path()
1561 emit_error(ENAMETOOLONG, ec, "boost::filesystem::current_path"); in current_path()
[all …]
/third_party/gettext/gnulib-local/lib/
Dmarkup.c333 emit_error (markup_parse_context_ty *context, const char *error_text) in emit_error() function
366 emit_error (context, _("invalid UTF-8 sequence")); in slow_name_validate()
379 emit_error (context, error_text); in slow_name_validate()
399 emit_error (context, error_text); in slow_name_validate()
449 emit_error (context, _("invalid UTF-8 sequence")); in text_validate()
527 emit_error (context, error_text); in unescape_string_inplace()
536 emit_error (context, error_text); in unescape_string_inplace()
561 emit_error (context, error_text); in unescape_string_inplace()
610 emit_error (context, error_text); in unescape_string_inplace()
958 emit_error (context, in markup_parse_context_parse()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c948 emit_error(struct file *file, int code, const char *what) in emit_error() function
1014 emit_error(file, READ_ERROR_CODE, "output write error"); in file_end()
1091 emit_error(file, code, what); in log_error()
1260 emit_error(file, UNEXPECTED_ERROR_CODE, "file read"); in read_byte()
3180 emit_error(file, LIBPNG_WARNING_CODE, message); in warning_handler()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c948 emit_error(struct file *file, int code, const char *what) in emit_error() function
1014 emit_error(file, READ_ERROR_CODE, "output write error"); in file_end()
1091 emit_error(file, code, what); in log_error()
1260 emit_error(file, UNEXPECTED_ERROR_CODE, "file read"); in read_byte()
3180 emit_error(file, LIBPNG_WARNING_CODE, message); in warning_handler()
/third_party/libpng/contrib/tools/
Dpngfix.c948 emit_error(struct file *file, int code, const char *what) in emit_error() function
1014 emit_error(file, READ_ERROR_CODE, "output write error"); in file_end()
1091 emit_error(file, code, what); in log_error()
1260 emit_error(file, UNEXPECTED_ERROR_CODE, "file read"); in read_byte()
3180 emit_error(file, LIBPNG_WARNING_CODE, message); in warning_handler()