Searched refs:ToFblString (Results 1 – 1 of 1) sorted by relevance
21 fbl::String ToFblString(fidl_string_t string) { in ToFblString() function152 RETURN_IF_ERROR(fprintf(output_file_, "%s", ToFblString(tags[i]).c_str())); in LogMessage()161 RETURN_IF_ERROR(fprintf(output_file_, ": %s\n", ToFblString(log_message->msg).c_str())); in LogMessage()187 RETURN_IF_ERROR(fprintf(output_file_, "%s", ToFblString(tags[i]).c_str())); in LogMessage()
Completed in 5 milliseconds