Home
last modified time | relevance | path

Searched refs:actual_len (Results 1 – 2 of 2) sorted by relevance

/system/core/libstats/push_compat/
Dstats_event_list.c206 int android_log_write_char_array(android_log_context ctx, const char* value, size_t actual_len) { in android_log_write_char_array() argument
208 ssize_t len = actual_len; in android_log_write_char_array()
/system/unwinding/libunwindstack/
DMemory.cpp248 size_t actual_len = std::min(bytes_left, size); in Read() local
250 memcpy(dst, actual_base, actual_len); in Read()
251 return actual_len; in Read()
319 size_t actual_len = std::min(bytes_left, size); in Read() local
321 memcpy(dst, actual_base, actual_len); in Read()
322 return actual_len; in Read()