Home | History | Annotate | Download | only in adb

Lines Matching full:target_str

1182  * target_str points to the target string, it's content will be overwritten.
1186 void build_local_name(char* target_str, size_t target_size, int server_port)
1188 snprintf(target_str, target_size, "tcp:%d", server_port);