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