Searched defs:Match (Results 1 – 3 of 3) 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