Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/posix/
H A Dsafe_strerror.cc77 int strerror_error; // The error encountered in strerror in wrap_posix_strerror_r() local
82 strerror_error = new_errno; in wrap_posix_strerror_r()
86 strerror_error = result; in wrap_posix_strerror_r()
89 snprintf(buf, len, "Error %d while retrieving error %d", strerror_error, in wrap_posix_strerror_r()
/aosp_15_r20/external/cronet/base/posix/
H A Dsafe_strerror.cc77 int strerror_error; // The error encountered in strerror in wrap_posix_strerror_r() local
82 strerror_error = new_errno; in wrap_posix_strerror_r()
86 strerror_error = result; in wrap_posix_strerror_r()
92 strerror_error, in wrap_posix_strerror_r()
/aosp_15_r20/external/libchrome/base/posix/
H A Dsafe_strerror.cc86 int strerror_error; // The error encountered in strerror in wrap_posix_strerror_r() local
91 strerror_error = new_errno; in wrap_posix_strerror_r()
95 strerror_error = result; in wrap_posix_strerror_r()
101 strerror_error, in wrap_posix_strerror_r()