Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dls_helper.py257 tomatch = blr.url_string
259 if fnmatch.fnmatch(tomatch, pattern):
/external/webrtc/webrtc/base/
Dipaddress.cc426 bool IPIsHelper(const IPAddress& ip, const in6_addr& tomatch, int length) { in IPIsHelper() argument
430 return ::memcmp(&addr, &tomatch, (length >> 3)) == 0; in IPIsHelper()