Searched refs:file_contents_vid (Results 1 – 1 of 1) sorted by relevance
233 std::string file_contents_vid, file_contents_pid; in ReportTypeCPartnerId() local236 if (!ReadFileToString(kTypeCPartnerVidPath.c_str(), &file_contents_vid)) { in ReportTypeCPartnerId()241 if (sscanf(file_contents_vid.c_str(), "%x", &vid) != 1) { in ReportTypeCPartnerId()242 ALOGE("Unable to parse vid %s from file %s to int.", file_contents_vid.c_str(), in ReportTypeCPartnerId()