Searched refs:IsInBoot (Results 1 – 3 of 3) sorted by relevance
87 if (hidden_api_.IsInBoot(str)) { in CollectAccesses()89 } else if (hidden_api_.IsInBoot(name)) { in CollectAccesses()
76 bool IsInBoot(const std::string& signature) const { in IsInBoot() function
237 if (!hidden_api.IsInBoot(it.first)) { in Run()