Searched refs:parenthesis_name (Results 1 – 1 of 1) sorted by relevance
795 std::string parenthesis_name = std::string("(") + name + ")"; in getStimeByPathAndVerifyName() local796 if (parenthesis_name.compare(data[name_idx - 1]) != 0) { in getStimeByPathAndVerifyName()797 ALOGE("Mismatched name for process stat: queried %s vs. found %s", parenthesis_name.c_str(), in getStimeByPathAndVerifyName()