Searched refs:android_suffix (Results 1 – 1 of 1) sorted by relevance
47 const std::string& android_suffix = in Run() local53 CHECK(android_suffix.empty() || path.empty()); in Run()54 if (android_suffix.empty() && path.empty()) { in Run()62 if (!android_suffix.empty()) { in Run()63 int server_fd = osi_android_get_control_socket(android_suffix.c_str()); in Run()65 LOG(ERROR) << "Unable to get Android socket from: " << android_suffix; in Run()68 LOG(INFO) << "Binding to Android server socket:" << android_suffix; in Run()