Searched defs:Match (Results 1 – 2 of 2) sorted by relevance
54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); } in Match() function
163 bool Permissions::Match(const std::string& path) const { in Match() function in android::init::Permissions