Searched refs:profile_key_view (Results 1 – 1 of 1) sorted by relevance
1521 std::string_view profile_key_view; in ReadDexFilesSection() local1522 if (!buffer.ReadStringAndAdvance(&profile_key_view)) { in ReadDexFilesSection()1526 if (profile_key_view.size() == 0u || profile_key_view.size() > kMaxDexFileKeyLength) { in ReadDexFilesSection()1527 *error = "ProfileKey has an invalid size: " + std::to_string(profile_key_view.size()); in ReadDexFilesSection()1530 std::string profile_key(profile_key_view); in ReadDexFilesSection()