Home
last modified time | relevance | path

Searched refs:GetSubtype (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dmime_utils.h100 BRILLO_EXPORT std::string GetSubtype(const std::string& mime_string);
Dmime_utils_unittest.cc42 EXPECT_EQ("plain", mime::GetSubtype(mime::text::kPlain)); in TEST()
Dmime_utils.cc124 std::string mime::GetSubtype(const std::string& mime_string) { in GetSubtype() function in brillo::mime