Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py6857 if _IsParentOrSame(e, os.path.abspath(f)))]
6859 def _IsParentOrSame(parent, child): function