Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp795 std::string parenthesis_name = std::string("(") + name + ")"; in getStimeByPathAndVerifyName() local
796 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()