Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/tools/
Dchktrcmp.py52 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE ) variable
58 if c_pathname_pat.match( f ) != None:
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dchktrcmp.py52 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE ) variable
58 if c_pathname_pat.match( f ) != None:
/third_party/freetype/src/tools/
Dchktrcmp.py52 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE ) variable
58 if c_pathname_pat.match( f ) != None: