Searched refs:GetSubtype (Results 1 – 3 of 3) sorted by relevance
100 BRILLO_EXPORT std::string GetSubtype(const std::string& mime_string);
42 EXPECT_EQ("plain", mime::GetSubtype(mime::text::kPlain)); in TEST()
124 std::string mime::GetSubtype(const std::string& mime_string) { in GetSubtype() function in brillo::mime