Home | History | Annotate | Download | only in adb

Lines Matching refs:pieces

271     std::vector<std::string> pieces = android::base::Split(banner, ":");
277 if (pieces.size() > 2) {
278 const std::string& props = pieces[2];
300 const std::string& type = pieces[0];
973 std::vector<std::string> pieces = android::base::Split(service, ";");
977 if (pieces.size() != 1 || pieces[0].empty()) {
983 if (pieces.size() != 2 || pieces[0].empty() || pieces[1].empty() || pieces[1][0] == '*') {
993 r = remove_listener(pieces[0].c_str(), transport);
995 r = install_listener(pieces[0], pieces[1].c_str(), transport, no_rebind,