Searched refs:kPngMagicBytes (Results 1 – 1 of 1) sorted by relevance
47 static const char kPngMagicBytes[] = "\x89\x50\x4E\x47\x0D\x0A\x1A\x0A"; variable64 if (absl::StartsWith(data, kPngMagicBytes)) return kPngFormat; in ClassifyFileFormat()