Home
last modified time | relevance | path

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

/optee_os/lib/libutee/
A Dtee_api_property.c200 bool bool_val; in TEE_GetPropertyAsString() local
235 bool_val = *((bool *)tmp_buf); in TEE_GetPropertyAsString()
236 l = strlcpy(value, (bool_val ? "true" : "false"), *value_len); in TEE_GetPropertyAsString()

Completed in 2 milliseconds