Home | History | Annotate | Download | only in simpleperf

Lines Matching full:strs

434       std::vector<std::string> strs = android::base::Split(args[i], ",");
435 if (strs[0] == "fp") {
438 } else if (strs[0] == "dwarf") {
441 if (strs.size() > 1) {
443 uint64_t size = strtoull(strs[1].c_str(), &endptr, 0);
446 << strs[1];