Home
last modified time | relevance | path

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

/trusty/kernel/app/usercopytest/
Dusercopytest.c537 static const char* flags_to_str(uint32_t flags) { in flags_to_str() function
560 flags_to_str(start_flags)); in user_param_to_string()
561 scnprintf(buf + count, buf_size - count, "%s", flags_to_str(end_flags)); in user_param_to_string()