Searched refs:bool_val (Results 1 – 1 of 1) sorted by relevance
200 bool bool_val; in TEE_GetPropertyAsString() local235 bool_val = *((bool *)tmp_buf); in TEE_GetPropertyAsString()236 l = strlcpy(value, (bool_val ? "true" : "false"), *value_len); in TEE_GetPropertyAsString()
Completed in 3 milliseconds