Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2560 …std::map< std::string, std::set<std::string> > typeAppMap; // Stores mapping of types to apps that… in SupportingAppsTest() local
2619 typeAppMap[*type].insert(app); in SupportingAppsTest()
2661 typeAppMap[type].insert(to_lower(app)); in SupportingAppsTest()
2689 appSetSuper = typeAppMap[superType.Type()]; // Copy the supertype in SupportingAppsTest()