Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DUeventListener.cpp233 std::string file_contents_vid, file_contents_pid; in ReportTypeCPartnerId() local
247 if (!ReadFileToString(kTypeCPartnerPidPath.c_str(), &file_contents_pid)) { in ReportTypeCPartnerId()
252 if (sscanf(file_contents_pid.substr(PID_OFFSET, PID_LENGTH).c_str(), "%x", &pid) != 1) { in ReportTypeCPartnerId()
254 file_contents_pid.substr(PID_OFFSET, PID_LENGTH).c_str(), in ReportTypeCPartnerId()