Searched defs:Match (Results 1 – 4 of 4) sorted by relevance
54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); } in Match() function
107 static bool Match(std::string* s, const std::string& prefix) { in Match() function
150 bool Permissions::Match(const std::string& path) const { in Match() function in android::init::Permissions
897 bool Match(std::string_view entry_name) const { return matcher(entry_name); } in Match() function