Searched refs:file_contents_pid (Results 1 – 1 of 1) sorted by relevance
233 std::string file_contents_vid, file_contents_pid; in ReportTypeCPartnerId() local247 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()