Home
last modified time | relevance | path

Searched defs:err_num (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/StringUtil/
H A Derror_to_string.cpp53 cpp::string_view build_error_string(int err_num, cpp::span<char> buffer) { in build_error_string()
68 cpp::string_view get_error_string(int err_num) { in get_error_string()
73 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer) { in get_error_string()
81 cpp::optional<cpp::string_view> try_get_errno_name(int err_num) { in try_get_errno_name()
/aosp_15_r20/external/libbrillo/brillo/
H A Duserdb_utils.cc29 int err_num; in GetUserInfo() local
56 int err_num; in GetGroupInfo() local
/aosp_15_r20/kernel/tests/net/test/
H A Dnet_test.py484 def _errnoCheck(self, err_num): argument
489 def assertRaisesErrno(self, err_num, f=None, *args): argument
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dos.h335 inline std::string errno_str(int err_num) in errno_str()
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.c3451 static MZ_FORCEINLINE mz_bool mz_zip_set_error(mz_zip_archive *pZip, mz_zip_error err_num) in mz_zip_set_error()
7618 mz_zip_error mz_zip_set_last_error(mz_zip_archive *pZip, mz_zip_error err_num) in mz_zip_set_last_error()