Home
last modified time | relevance | path

Searched refs:lst_pair (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/iorap/src/inode2filename/
H A Dinode.cc36 std::vector<std::string> lst_pair = android::base::Split(str, "@"); in Parse() local
37 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()