HomeSort by relevance Sort by last modified time
    Searched refs:tomatch (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
ipaddress.cc 426 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) {
430 return ::memcmp(&addr, &tomatch, (length >> 3)) == 0;
  /system/sepolicy/tools/
check_seapp.c 324 char *tomatch = check->data; local
326 int ret = pcre2_match(assert->regex.compiled, (PCRE2_SPTR) tomatch,

Completed in 513 milliseconds