Home
last modified time | relevance | path

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

/system/core/llkd/
Dlibllkd.cpp629 std::string llkFormat(const std::unordered_set<std::string>& ignorelist) { in llkFormat() argument
631 for (const auto& entry : ignorelist) { in llkFormat()
639 const std::unordered_map<std::string, std::unordered_set<std::string>>& ignorelist, in llkFormat() argument
642 for (const auto& entry : ignorelist) { in llkFormat()
702 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipName() argument
703 if (name.empty() || ignorelist.empty()) return false; in llkSkipName()
705 return ignorelist.find(name) != ignorelist.end(); in llkSkipName()
709 const std::unordered_set<std::string>& ignorelist = llkIgnorelistProcess) { in llkSkipProc() argument
711 if (llkSkipName(std::to_string(procp->pid), ignorelist)) return true; in llkSkipProc()
712 if (llkSkipName(procp->getComm(), ignorelist)) return true; in llkSkipProc()
[all …]
/system/update_engine/
Dpylintrc27 # Add files or directories to the ignorelist. They should be base names, not