Searched refs:android_suffix (Results 1 – 1 of 1) sorted by relevance
49 const std::string& android_suffix = in Run() local55 CHECK(android_suffix.empty() || path.empty()); in Run()56 if (android_suffix.empty() && path.empty()) { in Run()64 if (!android_suffix.empty()) { in Run()65 int server_fd = osi_android_get_control_socket(android_suffix.c_str()); in Run()67 LOG(ERROR) << "Unable to get Android socket from: " << android_suffix; in Run()70 LOG(INFO) << "Binding to Android server socket:" << android_suffix; in Run()