Searched refs:lst_pair (Results 1 – 1 of 1) sorted by relevance
36 std::vector<std::string> lst_pair = android::base::Split(str, "@"); in Parse() local37 if (lst_pair.size() == 2) { in Parse()39 if (!ParseUint(lst_pair[0], &dev_whole)) { in Parse()48 if (!ParseUint(lst_pair[1], &out->inode)) { in Parse()