Home
last modified time | relevance | path

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

/system/logging/logd/
Dlogd_test.cpp52 size_t command_length = strlen(command) + 1; in write_command() local
53 ssize_t bytes_written = TEMP_FAILURE_RETRY(write(sock, command, command_length)); in write_command()
54 if (bytes_written != static_cast<ssize_t>(command_length)) { in write_command()
59 command, bytes_written, command_length); in write_command()