Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h160 int64_t getStimeByPathAndVerifyName(const std::string &path, const std::string &name);
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp777 int64_t MmMetricsReporter::getStimeByPathAndVerifyName(const std::string &path, in getStimeByPathAndVerifyName() function in android::hardware::google::pixel::MmMetricsReporter
853 if ((stime = getStimeByPathAndVerifyName(path, name)) < 0) { in fillProcessStime()